X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=boost%2Fboost%2Fregex_fwd.hpp;h=2ee4a2495fef1c8ffb6b88a55f00fb7d184e878a;hb=43c09d723435a5b203f2ac0c39e2086de836b386;hp=1e78c194ce137d13e63b80195bfdcfab40afe755;hpb=e1644a68eb123c267a7ef2e651c66b788c38f03a;p=lyx.git diff --git a/boost/boost/regex_fwd.hpp b/boost/boost/regex_fwd.hpp index 1e78c194ce..2ee4a2495f 100644 --- a/boost/boost/regex_fwd.hpp +++ b/boost/boost/regex_fwd.hpp @@ -1,15 +1,11 @@ /* * * Copyright (c) 1998-2002 - * Dr John Maddock + * John Maddock * - * Permission to use, copy, modify, distribute and sell this software - * and its documentation for any purpose is hereby granted without fee, - * provided that the above copyright notice appear in all copies and - * that both that copyright notice and this permission notice appear - * in supporting documentation. Dr John Maddock makes no representations - * about the suitability of this software for any purpose. - * It is provided "as is" without express or implied warranty. + * Use, modification and distribution are subject to the + * Boost Software License, Version 1.0. (See accompanying file + * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) * */ @@ -17,16 +13,21 @@ * 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. */ #ifndef BOOST_REGEX_FWD_HPP #define BOOST_REGEX_FWD_HPP -#include +#ifndef BOOST_REGEX_CONFIG_HPP +#include +#endif + +#include #endif +