Remove the ::pb namespace (alias). (#8423)

This closes #8349, although we will probably still pursue some other name in the future.
pull/8445/head
David L. Jones 4 years ago committed by GitHub
parent 6aa539bf01
commit 25968de87a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      src/google/protobuf/port.h

@ -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__

Loading…
Cancel
Save