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 ca9906e commit 7728f95Copy full SHA for 7728f95
src/util/sharing_map.h
@@ -673,7 +673,7 @@ SHARING_MAPT2(, size_type)::erase_all(
673
/// (possible values `false` or `unknown`)
674
/// \return Pair of const reference to existing or newly inserted element, and
675
/// boolean indicating if new element was inserted
676
-SHARING_MAPT2(, const_find_type)::insert(
+SHARING_MAPT2(const, const_find_type)::insert(
677
const key_type &k,
678
const mapped_type &m,
679
const tvt &key_exists)
@@ -697,7 +697,7 @@ SHARING_MAPT2(, const_find_type)::insert(
697
}
698
699
// Insert element, return const reference
700
701
const value_type &p,
702
703
{
0 commit comments