Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 90 of file test_algobase.cpp.
Referenced by main().
{ // force alignment double arr[ sizeof(TestClass) * kBufferSize ]; TestClass* c = (TestClass*)arr; WeakCheck( c, test_uninitialized_copy() ); WeakCheck( c, test_uninitialized_fill() ); WeakCheck( c, test_uninitialized_fill_n() ); }