Searched defs:wrong_inst_out_of_line (Results 1 – 1 of 1) sorted by relevance
81 template<typename T> static T wrong_inst_out_of_line; member in non_const_init::A 90 template<typename T> T A::wrong_inst_out_of_line = T(10); member in non_const_init::A 91 template int A::wrong_inst_out_of_line<int>; member in non_const_init::A