Searched refs:ContainsConst (Results 1 – 1 of 1) sorted by relevance
106 struct ContainsConst { struct108 ContainsConst() noexcept; argument109 ContainsConst & operator =(ContainsConst &); // expected-note {{not viable}}144 ContainsConst cc; in test_deletion_exclusion()145 cc = ContainsConst(); // expected-error {{no viable}} in test_deletion_exclusion()