We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_LIBCPP_PUSH_MACROS
_LIBCPP_POP_MACROS
1 parent 24a903c commit 21d75eeCopy full SHA for 21d75ee
libcxx/docs/Contributing.rst
@@ -162,6 +162,7 @@ sure you don't forget anything:
162
163
- Did you add the relevant feature test macro(s) for your feature? Did you update the ``generate_feature_test_macro_components.py`` script with it?
164
- Did you run the ``libcxx-generate-files`` target and verify its output?
165
+- If needed, did you add `_LIBCPP_PUSH_MACROS` and `_LIBCPP_POP_MACROS` to the relevant headers?
166
167
The review process
168
==================
0 commit comments