• Peter Kasting's avatar
    Avoid #including system headers from inside a namespace. · 2e789bc2
    Peter Kasting authored
    port.h #includes various headers in order to define byteswap functions, but it
    currently does so from inside the google::protobuf namespace.  This can cause
    bizarre symbol conflicts and other build errors as these headers' contents are
    then included inside this namespace.
    
    Instead, #include the relevant headers above the namespace declarations.
    2e789bc2
Name
Last commit
Last update
..
google/protobuf Loading commit data...
solaris Loading commit data...
Makefile.am Loading commit data...