libstdcxx_common_type_hack.cpp | 4 // an issue with GCC's <type_traits> implementation. std::common_type 14 template<typename...Ts> struct common_type {}; struct in namespace:std 15 template<typename A, typename B> struct common_type<A, B> { struct in namespace:std 28 using T = std::common_type<int, int>::type;
|