Skip to content
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

SD-6 Feature Test Recommendations #18958

Closed
llvmbot opened this issue Jan 22, 2014 · 3 comments
Closed

SD-6 Feature Test Recommendations #18958

llvmbot opened this issue Jan 22, 2014 · 3 comments
Assignees
Labels
bugzilla Issues migrated from bugzilla libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.

Comments

@llvmbot
Copy link
Collaborator

llvmbot commented Jan 22, 2014

Bugzilla Link 18584
Resolution FIXED
Resolved on Feb 07, 2019 10:09
Version unspecified
OS All
Reporter LLVM Bugzilla Contributor
CC @ts826848

Extended Description

Standing Document 6 recommends a series of macros for checking the status of various standard features in the implementation. While clang seems to have implemented this for pure language features, libc++ does not yet have support for this. For example, although libc++ does support compile-time integer sequences as specified in n3658, the header does not define __cpp_lib_integer_sequence as recommended by SD6.

@llvmbot
Copy link
Collaborator Author

llvmbot commented Jan 22, 2014

assigned to @mclow

@llvmbot
Copy link
Collaborator Author

llvmbot commented Aug 21, 2014

@​Marshall Ping.

I'll make the changes, but I want your opinion on this because I have these feature test macros in my LFTS work.

@mclow
Copy link
Contributor

mclow commented Feb 7, 2019

We do all of these now, thanks to Eric's work.

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 9, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
Projects
None yet
Development

No branches or pull requests

2 participants