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 49c7318 commit 85431e7Copy full SHA for 85431e7
lib/libcxx/include/__flat_map/flat_map.h
@@ -113,7 +113,7 @@ class flat_map {
113
114
class value_compare {
115
private:
116
- key_compare __comp_;
+ _LIBCPP_NO_UNIQUE_ADDRESS key_compare __comp_;
117
_LIBCPP_HIDE_FROM_ABI value_compare(key_compare __c) : __comp_(__c) {}
118
friend flat_map;
119
lib/libcxx/include/__flat_map/flat_multimap.h
@@ -115,7 +115,7 @@ class flat_multimap {
120
friend flat_multimap;
121
0 commit comments