-
Notifications
You must be signed in to change notification settings - Fork 769
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
[cpp.predefined] Use of "an" broadens condition too much #5715
Comments
You are right. I'm not sure how I messed that one up. There must have been some context that got lost when the wording was moved to [cpp.predefined]. I suggest:
|
@jensmaurer Do you consider fixing that editorial or would you prefer CWG/EWG oversight? |
This looks editorial to me. |
Originating comment: #5670 (comment).
The use of "an" suggests that if any other "extended floating-point type with the properties described in [basic.extended.fp]" other than
std::float16_t
is defined by the implementation, then__STDCPP_BFLOAT16_T__
should be defined to 1 even ifstd::float16_t
isn't.The text was updated successfully, but these errors were encountered: