From ad769fcfdbc873a7632a0acb9034634473622d31 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sat, 13 Jul 2002 10:58:11 +0000 Subject: [PATCH] Added needed Como options [SVN r14432] --- include/boost/regex/config.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/regex/config.hpp b/include/boost/regex/config.hpp index 581327e3..17f33b5f 100644 --- a/include/boost/regex/config.hpp +++ b/include/boost/regex/config.hpp @@ -206,6 +206,8 @@ using std::distance; # define BOOST_REGEX_NO_W32 #endif +#ifdef __COMO__ + /***************************************************************************** *