-
- Downloads
CompPair: make `operator()` a const method
This addresses the following error when using GCC 8: ``` /usr/include/c++/8/bits/stl_tree.h:457:21: error: static assertion failed: comparison object must be invocable as const static_assert(is_invocable_v<const _Compare&, const _Key&, const _Key&>, ```
parent
afb68da7
No related branches found
No related tags found
-
mentioned in commit 2fc7e4f0
-
mentioned in merge request !225 (merged)
-
mentioned in commit 5d4f0c2a
Please register or sign in to comment