forked from boostorg/type_traits
95587ab589f0be8d04490ea32d39fcf19ca3625a
Intel compiler: do not use SFINAE with decltype/sizeof on deleted functions. Use fallback mode instead (refs #8802)
Disable tests that can not be passed by intel compiler due to its usege of the is_copy_constructible trait in C++98/fallback mode (beacause of the bugs in SFINAE for deleted functions). (refs #8802)
Description
Boost.org type_traits module
Languages
C++
99.9%