mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
e1644a68eb
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6319 a592a061-630c-0410-9148-cb99ea01b6c8
33 lines
911 B
C++
33 lines
911 B
C++
/*
|
|
*
|
|
* Copyright (c) 1998-2002
|
|
* Dr 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.
|
|
*
|
|
*/
|
|
|
|
/*
|
|
* LOCATION: see http://www.boost.org/libs/regex for documentation.
|
|
* FILE regex_fwd.cpp
|
|
* VERSION see <boost/version.hpp>
|
|
* DESCRIPTION: Forward declares boost::reg_expression<> and
|
|
* associated typedefs.
|
|
*/
|
|
|
|
#ifndef BOOST_REGEX_FWD_HPP
|
|
#define BOOST_REGEX_FWD_HPP
|
|
|
|
#include <boost/regex/v3/regex_fwd.hpp>
|
|
|
|
#endif
|
|
|
|
|
|
|