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:
@@ -28,11 +28,11 @@
|
||||
#include "unordered_set_modifiers_test.h"
|
||||
|
||||
namespace phmap {
|
||||
namespace container_internal {
|
||||
namespace priv {
|
||||
namespace {
|
||||
|
||||
using ::phmap::container_internal::hash_internal::Enum;
|
||||
using ::phmap::container_internal::hash_internal::EnumClass;
|
||||
using ::phmap::priv::hash_internal::Enum;
|
||||
using ::phmap::priv::hash_internal::EnumClass;
|
||||
using ::testing::Pointee;
|
||||
using ::testing::UnorderedElementsAre;
|
||||
using ::testing::UnorderedElementsAreArray;
|
||||
@@ -129,5 +129,5 @@ TEST(THIS_TEST_NAME, MergeExtractInsert) {
|
||||
}
|
||||
|
||||
} // namespace
|
||||
} // namespace container_internal
|
||||
} // namespace priv
|
||||
} // namespace phmap
|
||||
|
||||
Reference in New Issue
Block a user