replace "container_internal" with the shorter "priv"

This commit is contained in:
greg
2020-07-27 09:14:43 -04:00
parent 0fe48402ec
commit e77d86e49c
39 changed files with 261 additions and 749 deletions
+4 -4
View File
@@ -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