diff options
Diffstat (limited to 'sal/workben/measure_oustrings.cxx')
-rw-r--r-- | sal/workben/measure_oustrings.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/workben/measure_oustrings.cxx b/sal/workben/measure_oustrings.cxx index f9ce02bec8bd..eff82c814d0f 100644 --- a/sal/workben/measure_oustrings.cxx +++ b/sal/workben/measure_oustrings.cxx @@ -45,7 +45,7 @@ int COUNT = 1; int COUNT = 10000000; #endif -#if defined __GXX_EXPERIMENTAL_CXX0X__ +#if defined(__GXX_EXPERIMENTAL_CXX0X__) || __cplusplus >= 201103L # define HAVE_CXX_Ox 1 #endif |