Home
last modified time | relevance | path

Searched refs:NonConstexprCopy (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/CXX/special/class.copy/
Dp13-0x.cpp30 struct NonConstexprCopy { struct
31 constexpr NonConstexprCopy() = default;
32 NonConstexprCopy(const NonConstexprCopy &);
33 constexpr NonConstexprCopy(NonConstexprCopy &&) = default;
38 NonConstexprCopy::NonConstexprCopy(const NonConstexprCopy &) = default; // expected-note {{here}} argument
40 constexpr NonConstexprCopy ncc1 = NonConstexprCopy(NonConstexprCopy()); // ok
41 constexpr NonConstexprCopy ncc2 = ncc1; // expected-error {{constant expression}} expected-note {{n…