summaryrefslogtreecommitdiff
path: root/libs/regex/performance/time_std.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/regex/performance/time_std.cpp')
-rw-r--r--libs/regex/performance/time_std.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/regex/performance/time_std.cpp b/libs/regex/performance/time_std.cpp
index 46fa212b33..9284add1b7 100644
--- a/libs/regex/performance/time_std.cpp
+++ b/libs/regex/performance/time_std.cpp
@@ -10,7 +10,7 @@
*/
#include "regex_comparison.hpp"
-#ifndef BOOST_NO_0X_HDR_REGEX
+#ifndef BOOST_NO_CXX11_HDR_REGEX
#include <iostream>
#include <boost/timer.hpp>
#include <regex>