From cf35baa1ad70f0dca734f93bcc2b54d8d059bcdd Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Wed, 27 Mar 2019 15:32:05 -0700 Subject: Moved macros from upb.h to port_def.inc to avoid leaking them to users. (#160) * Use port_def.inc to prevent macros from leaking to users. * Added helpful comments to port_def.inc/port_undef.inc. --- upb/bindings/stdc++/string.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'upb/bindings/stdc++') diff --git a/upb/bindings/stdc++/string.h b/upb/bindings/stdc++/string.h index 55b44cf..c346548 100644 --- a/upb/bindings/stdc++/string.h +++ b/upb/bindings/stdc++/string.h @@ -4,6 +4,8 @@ #include "upb/sink.h" +#include "upb/port_def.inc" + namespace upb { template @@ -62,4 +64,6 @@ class StringSink { } // namespace upb +#include "upb/port_undef.inc" + #endif // UPB_STDCPP_H_ -- cgit v1.2.3