mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-24 22:08:57 -04:00
![]() This is a breaking change. The SFINAE required is instantiated the second the class is instantiated, and this can cause hard SFINAE errors when applied to references to incomplete types. Ex. struct IncompleteType; extern IncompleteType it; std::tuple<IncompleteType&> t(it); // SFINAE will blow up. llvm-svn: 276598 |
||
---|---|---|
.. | ||
const_pair.pass.cpp | ||
convert_copy.pass.cpp | ||
convert_move.pass.cpp | ||
copy.fail.cpp | ||
copy.pass.cpp | ||
move_pair.pass.cpp | ||
move.pass.cpp | ||
tuple_array_template_depth.pass.cpp |