os/ossrv/ossrv_pub/boost_apis/boost/regex_fwd.hpp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
/*
sl@0
     2
 *
sl@0
     3
 * Copyright (c) 1998-2002
sl@0
     4
 * John Maddock
sl@0
     5
 *
sl@0
     6
 * Use, modification and distribution are subject to the 
sl@0
     7
 * Boost 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
 */
sl@0
    11
sl@0
    12
 /*
sl@0
    13
  *   LOCATION:    see http://www.boost.org/libs/regex for documentation.
sl@0
    14
  *   FILE         regex_fwd.cpp
sl@0
    15
  *   VERSION      see <boost/version.hpp>
sl@0
    16
  *   DESCRIPTION: Forward declares boost::basic_regex<> and
sl@0
    17
  *                associated typedefs.
sl@0
    18
  */
sl@0
    19
sl@0
    20
#ifndef BOOST_REGEX_FWD_HPP
sl@0
    21
#define BOOST_REGEX_FWD_HPP
sl@0
    22
sl@0
    23
#ifndef BOOST_REGEX_CONFIG_HPP
sl@0
    24
#include <boost/regex/config.hpp>
sl@0
    25
#endif
sl@0
    26
sl@0
    27
#include <boost/regex/v4/regex_fwd.hpp>
sl@0
    28
sl@0
    29
#endif
sl@0
    30
sl@0
    31
sl@0
    32
sl@0
    33