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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user