Chris@16: /////////////////////////////////////////////////////////////////////////////// Chris@16: /// \file xpressive.hpp Chris@16: /// Includes all of xpressive including support for both static and Chris@16: /// dynamic regular expressions. Chris@16: // Chris@16: // Copyright 2008 Eric Niebler. Distributed under the Boost Chris@16: // Software License, Version 1.0. (See accompanying file Chris@16: // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) Chris@16: Chris@16: #ifndef BOOST_XPRESSIVE_HPP_EAN_10_04_2005 Chris@16: #define BOOST_XPRESSIVE_HPP_EAN_10_04_2005 Chris@16: Chris@16: // MS compatible compilers support #pragma once Chris@101: #if defined(_MSC_VER) Chris@16: # pragma once Chris@16: #endif Chris@16: Chris@16: #include Chris@16: #include Chris@16: Chris@16: #endif