File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
tests/std/tests/P0088R3_variant Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1180,16 +1180,20 @@ struct hash<::hash::B> {
1180
1180
namespace hash {
1181
1181
void test_hash_variant_enabled () {
1182
1182
{
1183
+ #ifndef __EDG__ // TRANSITION, DevCom-10107834
1183
1184
test_hash_enabled_for_type<std::variant<int > >();
1184
1185
test_hash_enabled_for_type<std::variant<int *, long , double , const int > >();
1186
+ #endif // // TRANSITION, DevCom-10107834
1185
1187
}
1186
1188
{
1187
1189
test_hash_disabled_for_type<std::variant<int , A>>();
1188
1190
test_hash_disabled_for_type<std::variant<const A, void *>>();
1189
1191
}
1190
1192
{
1193
+ #ifndef __EDG__ // TRANSITION, DevCom-10107834
1191
1194
test_hash_enabled_for_type<std::variant<int , B>>();
1192
1195
test_hash_enabled_for_type<std::variant<const B, int >>();
1196
+ #endif // TRANSITION, DevCom-10107834
1193
1197
}
1194
1198
}
1195
1199
You can’t perform that action at this time.
0 commit comments