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
+2 -2
View File
@@ -20,7 +20,7 @@
#include "tracked.h"
namespace phmap {
namespace container_internal {
namespace priv {
namespace {
enum AllocSpec {
@@ -424,5 +424,5 @@ TEST_F(PropagateOnAll, Swap) {
}
} // namespace
} // namespace container_internal
} // namespace priv
} // namespace phmap