Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 25968de

Browse files
authored
Remove the ::pb namespace (alias). (#8423)
This closes #8349, although we will probably still pursue some other name in the future.
1 parent 6aa539b commit 25968de

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/google/protobuf/port.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,4 @@
3737
#define GOOGLE_PROTOBUF_PORT_H__
3838

3939

40-
#include <google/protobuf/stubs/port.h>
41-
42-
// Protobuf intends to move into the pb:: namespace.
43-
namespace protobuf_future_namespace_placeholder {}
44-
namespace pb = ::protobuf_future_namespace_placeholder;
45-
46-
4740
#endif // GOOGLE_PROTOBUF_PORT_H__

0 commit comments

Comments
 (0)