aboutsummaryrefslogtreecommitdiff
path: root/libbutl/regex.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-02-15 09:15:29 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-02-15 09:15:29 +0200
commit6de99f12296450de77d755984d6eab80a8480661 (patch)
tree76abb19bfcf3ff79f3622b89bd7bdf8d515f381d /libbutl/regex.cxx
parent62adfcd24d2b5b92fdb6627a7b5b0471b300f923 (diff)
Add support for VC15u6
Diffstat (limited to 'libbutl/regex.cxx')
-rw-r--r--libbutl/regex.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbutl/regex.cxx b/libbutl/regex.cxx
index e4fd009..6f7fad6 100644
--- a/libbutl/regex.cxx
+++ b/libbutl/regex.cxx
@@ -15,7 +15,7 @@
#include <ostream>
#include <sstream>
#include <stdexcept> // runtime_error
-#if defined(_MSC_VER) && _MSC_VER <= 1912
+#if defined(_MSC_VER) && _MSC_VER <= 1913
# include <cstring> // strstr()
#endif
#endif
@@ -52,7 +52,7 @@ namespace std
{
const char* d (e.what ());
-#if defined(_MSC_VER) && _MSC_VER <= 1912
+#if defined(_MSC_VER) && _MSC_VER <= 1913
// Note: run the regex test like this to check new VC version:
//
// ./driver.exe a '{' b