os/ossrv/ossrv_pub/boost_apis/boost/xpressive/xpressive.hpp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
///////////////////////////////////////////////////////////////////////////////
sl@0
     2
/// \file xpressive.hpp
sl@0
     3
/// Includes all of xpressive including support for both static and
sl@0
     4
/// dynamic regular expressions.
sl@0
     5
//
sl@0
     6
//  Copyright 2004 Eric Niebler. Distributed under the Boost
sl@0
     7
//  Software License, Version 1.0. (See accompanying file
sl@0
     8
//  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
sl@0
     9
sl@0
    10
#ifndef BOOST_XPRESSIVE_HPP_EAN_10_04_2005
sl@0
    11
#define BOOST_XPRESSIVE_HPP_EAN_10_04_2005
sl@0
    12
sl@0
    13
// MS compatible compilers support #pragma once
sl@0
    14
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
sl@0
    15
# pragma once
sl@0
    16
#endif
sl@0
    17
sl@0
    18
#include <boost/xpressive/xpressive_static.hpp>
sl@0
    19
#include <boost/xpressive/xpressive_dynamic.hpp>
sl@0
    20
sl@0
    21
#endif