Skip to content

Commit 21d75ee

Browse files
authored
[libc++][docs] Add _LIBCPP_PUSH_MACROS and _LIBCPP_POP_MACROS (#79963)
I got tripped twice after: 7b46225 Let's at least mention these in the `Contributing.rst` doc.
1 parent 24a903c commit 21d75ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/docs/Contributing.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ sure you don't forget anything:
162162

163163
- 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?
164164
- 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?
165166

166167
The review process
167168
==================

0 commit comments

Comments
 (0)