File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
tests/std/tests/P0898R3_concepts Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -1425,9 +1425,6 @@ namespace test_constructible_from {
1425
1425
STATIC_ASSERT (test<int &, ExplicitTo<int &>>());
1426
1426
STATIC_ASSERT (test<int const &, ExplicitTo<int &>>());
1427
1427
STATIC_ASSERT (test<int const &, ExplicitTo<int &>&>());
1428
- #if defined(__clang__) // TRANSITION, VSO-1357053 (MSVC) and VSO-1357056 (EDG)
1429
- STATIC_ASSERT (test<int const &, ExplicitTo<int &&>>());
1430
- #endif // TRANSITION, VSO-1357053 (MSVC) and VSO-1357056 (EDG)
1431
1428
1432
1429
struct Multiparameter {
1433
1430
explicit Multiparameter (int );
@@ -1457,9 +1454,6 @@ namespace test_constructible_from {
1457
1454
// Binding through reference-compatible type is required to perform
1458
1455
// direct-initialization as described in N4849 [over.match.ref]/1.1:
1459
1456
STATIC_ASSERT (test<int &, ExplicitTo<int &>>());
1460
- #if defined(__clang__) // TRANSITION, VSO-1357053 (MSVC) and VSO-1357056 (EDG)
1461
- STATIC_ASSERT (test<int const &, ExplicitTo<int &&>>());
1462
- #endif // TRANSITION, VSO-1357053 (MSVC) and VSO-1357056 (EDG)
1463
1457
STATIC_ASSERT (test<int &&, ExplicitTo<int &&>>());
1464
1458
1465
1459
// Binding through temporary behaves like copy-initialization,
You can’t perform that action at this time.
0 commit comments