In r353970, I enabled those features in C++11 and above. To be strictly
conforming, those features should only be enabled in C++17 and above.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D58289
[clang] Only provide C11 features in <float.h> starting with C++17 ClosedPublic Authored by ldionne on Feb 15 2019, 9:40 AM.
Details Summary In r353970, I enabled those features in C++11 and above. To be strictly
Diff Detail
Event TimelineHerald added subscribers: libcxx-commits, dexonsmith, jkorous. · View Herald TranscriptFeb 15 2019, 9:41 AM This revision is now accepted and ready to land.Feb 15 2019, 6:27 PM Closed by commit rL354691: [clang] Only provide C11 features in <float.h> starting with C++17 (authored by ldionne). · Explain WhyFeb 22 2019, 12:48 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 187972 cfe/trunk/lib/Headers/float.h
cfe/trunk/test/Headers/float.c
|