You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/opt/compiler-explorer/libs/boost_1_80_0/boost/bimap/container_adaptor/associative_container_adaptor.hpp:194:17: error: no matching function for call to object of type 'boost::bimaps::container_adaptor::detail::key_to_base_identity<const char *, const char *const>'
this->template functor<key_to_base>()(k)
The text was updated successfully, but these errors were encountered:
schaumb
changed the title
transparent operator like less<void> is not usable with bimap
transparent operator like less<void> is not functionally usable with bimap
Sep 13, 2022
The current implementation is not allow to use transparent comparator/hash operator functionality.
The compile error message is the following:
The text was updated successfully, but these errors were encountered: