Searched refs:MutableStore (Results 1 – 1 of 1) sorted by relevance
19 struct MutableStore { struct21 constexpr ~MutableStore() { member = 2; } // expected-note {{assignment to mutable member}} in ~MutableStore() argument23 constexpr MutableStore mut_store; // expected-error {{must have constant destruction}} expected-not…