Пример #1
0
void test()
{
   default_constructor();
   pointer_constructor();
   copy_constructor();
   move_constructor();
}
Пример #2
0
int main() {
#ifdef EA_COMPILER_HAS_MOVE_SEMANTICS
  move_push_back();
  move_constructor();
#endif
}