Skip to content

Commit

Permalink
Remove the ::pb namespace (alias).
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 23, 2021
1 parent 4b770ca commit 17a8675
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 17a8675

Please sign in to comment.