Searched refs:BlowsUpOnConstCopy (Results 1 – 1 of 1) sorted by relevance
78 struct BlowsUpOnConstCopy { struct79 BlowsUpOnConstCopy() = default;80 constexpr BlowsUpOnConstCopy(BlowsUpOnConstCopy const&) { in BlowsUpOnConstCopy() function83 BlowsUpOnConstCopy(BlowsUpOnConstCopy&) = default;94 BlowsUpOnConstCopy<int> b; in test_const_Types_lazy_sfinae()95 std::tuple<NonConstCopyable, BlowsUpOnConstCopy<int>> t(v, b); in test_const_Types_lazy_sfinae()