mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 16:40:39 +08:00
replace "container_internal" with the shorter "priv"
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#include "unordered_map_modifiers_test.h"
|
||||
|
||||
namespace phmap {
|
||||
namespace container_internal {
|
||||
namespace priv {
|
||||
namespace {
|
||||
|
||||
using ::testing::Field;
|
||||
@@ -221,5 +221,5 @@ TEST(THIS_TEST_NAME, MergeExtractInsert) {
|
||||
}
|
||||
|
||||
} // namespace
|
||||
} // namespace container_internal
|
||||
} // namespace priv
|
||||
} // namespace phmap
|
||||
|
||||
Reference in New Issue
Block a user