Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-30 10:02:37

0001 ///////////////////////////////////////////////////////////////////////////////
0002 /// \file xpressive.hpp
0003 /// Includes all of xpressive including support for both static and
0004 /// dynamic regular expressions.
0005 //
0006 //  Copyright 2008 Eric Niebler. Distributed under the Boost
0007 //  Software License, Version 1.0. (See accompanying file
0008 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0009 
0010 #ifndef BOOST_XPRESSIVE_HPP_EAN_10_04_2005
0011 #define BOOST_XPRESSIVE_HPP_EAN_10_04_2005
0012 
0013 // MS compatible compilers support #pragma once
0014 #if defined(_MSC_VER)
0015 # pragma once
0016 #endif
0017 
0018 #include <boost/xpressive/xpressive_static.hpp>
0019 #include <boost/xpressive/xpressive_dynamic.hpp>
0020 
0021 #endif