Home | History | Annotate | Download | only in allocator.members

Lines Matching refs:move_only_constructed

36 int move_only_constructed = 0;
47 move_only(move_only&&) {++move_only_constructed;}
50 move_only() {++move_only_constructed;}
51 ~move_only() {--move_only_constructed;}
108 assert(move_only_constructed == 0);
114 assert(move_only_constructed == 0);
118 assert(move_only_constructed == 1);
122 assert(move_only_constructed == 0);
126 assert(move_only_constructed == 1);
130 assert(move_only_constructed == 0);
134 assert(move_only_constructed == 0);