diff options
author | Derek Schuff <dschuff@chromium.org> | 2024-07-22 17:20:46 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-22 17:20:46 -0700 |
commit | 0973589200fc2b9a5d413a340667811748837289 (patch) | |
tree | e18a185ba6c3ce6da3f2a633a01398cb42771e5a /test/example/stack-utils.cpp | |
parent | a8066e6618b93ea101e82b64690b9b62d7562609 (diff) | |
download | binaryen-0973589200fc2b9a5d413a340667811748837289.tar.gz binaryen-0973589200fc2b9a5d413a340667811748837289.tar.bz2 binaryen-0973589200fc2b9a5d413a340667811748837289.zip |
Make FunctionInfo's assignment operator argument const (#6780)
Aside from the fact that there's no need for this to be non-const and
this is the usual way to write an assignment operator, this is also
needed because of a recent change to std::pair
(https://github.com/llvm/llvm-project/pull/89652). This seems to be
forcing pair to want the const version of the assignment operator of its
members.
Diffstat (limited to 'test/example/stack-utils.cpp')
0 files changed, 0 insertions, 0 deletions