From ed6115361006240e3c7b02295599e4534cc55a13 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 19 Oct 2013 08:57:20 +0200 Subject: Update internal Boost subset to 1.54.0 --- cutl/details/boost/regex/user.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cutl/details/boost/regex/user.hpp') diff --git a/cutl/details/boost/regex/user.hpp b/cutl/details/boost/regex/user.hpp index b4ab5c4..5176b39 100644 --- a/cutl/details/boost/regex/user.hpp +++ b/cutl/details/boost/regex/user.hpp @@ -88,3 +88,6 @@ // define this if you want to enable support for Unicode via ICU. // #define BOOST_HAS_ICU + +// define this if you want regex to use __cdecl calling convensions, even when __fastcall is available: +// #define BOOST_REGEX_NO_FASTCALL -- cgit v1.1