Searched refs:CopyCtorOnly (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/CXX/basic/basic.types/
H A Dp10.cpp72 struct CopyCtorOnly { // expected-note {{'CopyCtorOnly' is not literal because it is not an aggregate and has no constexpr constructors other than copy or move constructors}} struct
73 constexpr CopyCtorOnly(CopyCtorOnly&);
74 constexpr int f(); // expected-error {{non-literal type 'CopyCtorOnly' cannot have constexpr members}}

Completed in 383 milliseconds