-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
P2602R2 Poison Pills Are Too Toxic #3209
Comments
CaseyCarter
added a commit
to CaseyCarter/STL
that referenced
this issue
Nov 15, 2022
Consistently annotate throughout with `// intentional ADL` and `// Block unqualified name lookup`. Drive-by: * Consistently use east `const` in `P0896R4_ranges_machinery`. * Feeature-test macro test fixes: * `__cpp_lib_concepts` should not be defined in sub-C++20-modes * `__cpp_lib_ranges` should not be defined in sub-C++20 modes even if `__cpp_lib_concepts` is defined. (This is redundant with the previous fix, but it doesn't hurt anything.) Fixes microsoft#3209
CaseyCarter
added a commit
to CaseyCarter/STL
that referenced
this issue
Nov 15, 2022
Consistently annotate throughout with `// intentional ADL` and `// Block unqualified name lookup`. Drive-by: * Consistently use east `const` in `P0896R4_ranges_machinery`. * Feeature-test macro test fixes: * `__cpp_lib_concepts` should not be defined in sub-C++20-modes * `__cpp_lib_ranges` should not be defined in sub-C++20 modes even if `__cpp_lib_concepts` is defined. (This is redundant with the previous fix, but it doesn't hurt anything.) Fixes microsoft#3209
CaseyCarter
added a commit
to CaseyCarter/STL
that referenced
this issue
Nov 15, 2022
Consistently annotate throughout with `// intentional ADL` and `// Block unqualified name lookup`. Drive-by: * Consistently use east `const` in `P0896R4_ranges_machinery`. * Feeature-test macro test fixes: * `__cpp_lib_concepts` should not be defined in sub-C++20-modes * `__cpp_lib_ranges` should not be defined in sub-C++20 modes even if `__cpp_lib_concepts` is defined. (This is redundant with the previous fix, but it doesn't hurt anything.) Fixes microsoft#3209
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
P2602R2 Poison Pills Are Too Toxic
Increased feature-test macro:
The text was updated successfully, but these errors were encountered: