Searched defs:enable_if_unsigned_long_long (Results 1 – 1 of 1) sorted by relevance
281 template <unsigned long long N> struct enable_if_unsigned_long_long {}; struct 282 template <> struct enable_if_unsigned_long_long<1> { typedef int type; }; // expected-note{{'enable_if_unsigned_long_long<1>::type' declared here}} argument