Does pugixml need to hide pragma checks? #648
Unanswered
pachadotdev
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Not sure what you mean by "hide", but push/pop is used to avoid warning configuration leaking into the parent translation unit in case header mode is used (when .cpp file is included instead of being compiled separately). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am curious about this line
pugixml/src/pugixml.cpp
Line 57 in f1f532a
When we use pugixml with R, the R checks say
Beta Was this translation helpful? Give feedback.
All reactions