Searched defs:enable_if_bool (Results 1 – 1 of 1) sorted by relevance
261 template <bool B> struct enable_if_bool { }; struct 262 template <> struct enable_if_bool<true> { typedef int type; }; // expected-note{{'enable_if_bool<true>::type' declared here}} argument