• Adam Cozzette's avatar
    Remove "using namespace std" from stubs/common.h · 7c76ac17
    Adam Cozzette authored
    This prevents the contents of the std namespace from being effectively
    pulled into the top-level namespace in all translation units that
    include common.h. I left in individual using statements for a few common
    things like std::set and std::map, because it did not seem worth going
    through the churn of updating the whole codebase to fix those right now.
    7c76ac17
Name
Last commit
Last update
..
google/protobuf Loading commit data...
solaris Loading commit data...
Makefile.am Loading commit data...
README.md Loading commit data...
libprotobuf-lite.map Loading commit data...
libprotobuf.map Loading commit data...
libprotoc.map Loading commit data...