Searched refs:b_construct (Results 1 – 1 of 1) sorted by relevance
126 int b_construct = 0; in test() local127 B<A0> b(b_construct); in test()131 assert(b_construct == 0); in test()134 assert(b_construct == 1); in test()139 int b_construct = 0; in test() local140 B<A1> b(b_construct); in test()144 assert(b_construct == 0); in test()147 assert(b_construct == 1); in test()152 int b_construct = 0; in test() local153 B<A2> b(b_construct); in test()[all …]