From f3810fa45eceaada75352f8740cc685869e71c8d Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Sun, 17 Mar 2013 21:41:09 -0500 Subject: [PATCH] testing with regex common header --- websocketpp/common/regex.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocketpp/common/regex.hpp b/websocketpp/common/regex.hpp index 0beb2bbaa1..ddc5e582c3 100644 --- a/websocketpp/common/regex.hpp +++ b/websocketpp/common/regex.hpp @@ -28,7 +28,7 @@ #ifndef WEBSOCKETPP_COMMON_REGEX_HPP #define WEBSOCKETPP_COMMON_REGEX_HPP -#ifdef _WEBSOCKETPP_CPP11_STL_ +#if defined _WEBSOCKETPP_CPP11_STL_ && !defined _WEBSOCKETPP_NO_CPP11_REGEX_ #ifndef _WEBSOCKETPP_CPP11_REGEX_ #define _WEBSOCKETPP_CPP11_REGEX_ #endif