Searched defs:common_type (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A Dlibstdcxx_common_type_hack.cpp4 // 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;

Completed in 67 milliseconds