sl@0: /////////////////////////////////////////////////////////////////////////////// sl@0: /// \file xpressive_static.hpp sl@0: /// Includes everything you need to write static regular expressions and use sl@0: /// them. 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_STATIC_HPP_EAN_10_04_2005 sl@0: #define BOOST_XPRESSIVE_STATIC_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: #ifdef _MSC_VER sl@0: // inline aggressively sl@0: # pragma inline_recursion(on) // turn on inline recursion sl@0: # pragma inline_depth(255) // max inline depth sl@0: #endif sl@0: sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: sl@0: #endif