diff --git a/smartptr.h b/smartptr.h index 5378eeb8..82d361f7 100644 --- a/smartptr.h +++ b/smartptr.h @@ -46,7 +46,7 @@ private: }; #if GCC_OPTIMIZE_AWARE -# pragma GCC optimize push_options +# pragma GCC push_options # pragma GCC optimize ("-O0") #endif @@ -58,7 +58,7 @@ template simple_ptr::~simple_ptr() } #if GCC_OPTIMIZE_AWARE -# pragma GCC optimize pop_options +# pragma GCC pop_options #endif template class member_ptr