opnsense-src/test/CXX/temp/temp.param/p14.cpp

6 lines
208 B
C++
Raw Normal View History

2010-01-01 05:34:51 -05:00
// RUN: %clang_cc1 -fsyntax-only -verify %s
2009-11-04 10:04:32 -05:00
// XFAIL: *
2009-06-14 05:24:02 -04:00
// A template-parameter shall not be used in its own default argument.
template<typename T = typename T::type> struct X; // expected-error{{default}}