Skip to content

Commit 427a9fb

Browse files
committed
Remove obsolete not_found_msg
1 parent 2458821 commit 427a9fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/util/sharing_map.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,6 @@ class sharing_mapt
564564
std::set<const void *> &marked,
565565
bool mark = true) const;
566566

567-
static const std::string not_found_msg;
568567
static const std::size_t dummy_level;
569568

570569
// config
@@ -1291,12 +1290,15 @@ SHARING_MAPT2(optionalt<std::reference_wrapper<const, mapped_type>>)::find(
12911290

12921291
// static constants
12931292

1293+
<<<<<<< HEAD
12941294
<<<<<<< HEAD
12951295
SHARING_MAPT(const std::string)::not_found_msg="key not found";
12961296
=======
12971297
SHARING_MAPT(const std::size_t)::dummy_level = 0xff;
12981298
>>>>>>> 3d4acae... WIP
12991299

1300+
=======
1301+
>>>>>>> e6b5749... Remove obsolete not_found_msg
13001302
SHARING_MAPT(const std::size_t)::bits = 30;
13011303
SHARING_MAPT(const std::size_t)::chunk = 3;
13021304

0 commit comments

Comments
 (0)