keep-going-template-instantiations.h 91 Bytes Raw Blame History Permalink 1 2 3 template<typename T, T v> struct c {}; using d = c<bool, false>; struct foo : public d {};