X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=boost%2Fboost%2Fregex_fwd.hpp;h=2ee4a2495fef1c8ffb6b88a55f00fb7d184e878a;hb=9ab24e95b9a0447c079fc5df86de9725ea11e53b;hp=21e8ad483a4957525f4efc765f8ea99b71b3a450;hpb=786216c0899498434cab9f33780f9c178a0a4006;p=lyx.git diff --git a/boost/boost/regex_fwd.hpp b/boost/boost/regex_fwd.hpp index 21e8ad483a..2ee4a2495f 100644 --- a/boost/boost/regex_fwd.hpp +++ b/boost/boost/regex_fwd.hpp @@ -1,7 +1,7 @@ /* * * Copyright (c) 1998-2002 - * Dr John Maddock + * John Maddock * * Use, modification and distribution are subject to the * Boost Software License, Version 1.0. (See accompanying file @@ -13,7 +13,7 @@ * LOCATION: see http://www.boost.org/libs/regex for documentation. * FILE regex_fwd.cpp * VERSION see - * DESCRIPTION: Forward declares boost::reg_expression<> and + * DESCRIPTION: Forward declares boost::basic_regex<> and * associated typedefs. */ @@ -24,11 +24,7 @@ #include #endif -#ifdef BOOST_REGEX_V3 -#include -#else #include -#endif #endif