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