X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=boost%2Fboost%2Fregex.hpp;h=6dc3dfbd427ec293747b98509264ab70eff8b490;hb=c48091f33a773732fa6c789927e5833e44108d9d;hp=42bf95ea51722d69ad2ad74ae2e6c9c102ec3d73;hpb=786216c0899498434cab9f33780f9c178a0a4006;p=lyx.git diff --git a/boost/boost/regex.hpp b/boost/boost/regex.hpp index 42bf95ea51..6dc3dfbd42 100644 --- a/boost/boost/regex.hpp +++ b/boost/boost/regex.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.cpp * VERSION see - * DESCRIPTION: Declares boost::reg_expression<> and associated + * DESCRIPTION: Declares boost::basic_regex<> and associated * functions and classes. This header is the main * entry point for the template regex code. */ @@ -28,11 +28,7 @@ #include #endif -#ifdef BOOST_REGEX_V3 -#include -#else #include -#endif #endif // include