We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f704f9 commit 0643b77Copy full SHA for 0643b77
libcxx/include/__flat_map/flat_map.h
@@ -114,7 +114,7 @@ class flat_map {
114
115
class value_compare {
116
private:
117
- key_compare __comp_;
+ _LIBCPP_NO_UNIQUE_ADDRESS key_compare __comp_;
118
_LIBCPP_HIDE_FROM_ABI value_compare(key_compare __c) : __comp_(__c) {}
119
friend flat_map;
120
libcxx/include/__flat_map/flat_multimap.h
@@ -115,7 +115,7 @@ class flat_multimap {
friend flat_multimap;
121
0 commit comments