Skip to content

Commit

Permalink
Remove the ::pb namespace (alias). (#8423)
Browse files Browse the repository at this point in the history
This closes #8349, although we will probably still pursue some other name in the future.
  • Loading branch information
dlj-NaN committed Mar 24, 2021
1 parent 6aa539b commit 25968de
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/google/protobuf/port.h
Expand Up @@ -37,11 +37,4 @@
#define GOOGLE_PROTOBUF_PORT_H__


#include <google/protobuf/stubs/port.h>

// Protobuf intends to move into the pb:: namespace.
namespace protobuf_future_namespace_placeholder {}
namespace pb = ::protobuf_future_namespace_placeholder;


#endif // GOOGLE_PROTOBUF_PORT_H__

0 comments on commit 25968de

Please sign in to comment.