Searched defs:nc3 (Results 1 – 5 of 5) sorted by relevance
27 constexpr int &nc3 = f(); // expected-error {{constexpr variable 'nc3' must be initialized by a con… variable
28 constexpr int &nc3 = f(); // expected-error {{constexpr variable 'nc3' must be initialized by a con… variable
25 constexpr NonConstexpr3 nc3 = NonConstexpr3(); // expected-error {{non-literal type 'const NonConst… variable
40 Noncopyable nc3 = Derived(); // expected-error {{deleted constructor}} variable