-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Open
Labels
libc++libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.test-suite
Description
Line 56 in 47de55f
| static_assert(!is_valid_expansion<TestToAddressCall, int>::value); |
This test was added by #65177 which claims to be implementing LWG3545, but that issue only said that pointer_traits should be SFINAE-friendly. It didn't require that to_address should be SFINAE-friendly.
There is a separate (and unresolved) issue about making to_address SFINAE-friendly: LWG4058.
Until LWG4058 is resolved, this test is not portable and relies on a non-standard libc++ extension.
frederick-vs-ja
Metadata
Metadata
Assignees
Labels
libc++libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.test-suite