-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes needed to compile on macOS (#761)
Currently, tests/jlm/util/TestBijectiveMap.cpp causes a compilation error on macOS In file included from tests/jlm/util/TestBijectiveMap.cpp:9: In file included from ./jlm/util/BijectiveMap.hpp:11: /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/unordered_map:680:17: fatal error: no viable overloaded '=' __ref() = __v.__get_value(); ~~~~~~~ ^ ~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/__hash_table:1779:47: note: in instantiation of member function 'std::__1::__hash_value_type<int, const std::__1::basic_string<char> >::operator=' requested here __cache->__upcast()->__value_ = *__first; --------- Co-authored-by: Nico Reissmann <[email protected]> Co-authored-by: caleridas <[email protected]>
- Loading branch information
1 parent
0ea2f6c
commit 8a11b3f
Showing
4 changed files
with
27 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters