Searched refs:GoodVariant (Results 1 – 1 of 1) sorted by relevance
416 struct GoodVariant : std::variant<long, float> {}; in test_sfinae() struct417 struct GoodVariant2 : GoodVariant {}; in test_sfinae()423 static_assert(has_visit<GoodVariant>(0)); in test_sfinae()