mirror of
https://github.com/darlinghq/darling-libcxx.git
synced 2025-03-04 17:58:23 +00:00
Fix typo in #ifdef; leave tests commented out b/c gcc 4.8 harks on them.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@274882 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
df4a22dec7
commit
faa37d5de6
@ -104,10 +104,10 @@ int main()
|
||||
|
||||
// LWG 2560 -- postpone this test until bots updated
|
||||
// test_is_not_constructible<void()> ();
|
||||
// #if TEST_STD_VERS > 11
|
||||
#if TEST_STD_VER > 11
|
||||
// test_is_not_constructible<void() const> ();
|
||||
// test_is_not_constructible<void() volatile> ();
|
||||
// test_is_not_constructible<void() &> ();
|
||||
// test_is_not_constructible<void() &&> ();
|
||||
// #endif
|
||||
#endif
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user