os/ossrv/ossrv_pub/boost_apis/boost/filesystem.hpp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
//  boost/filesystem/filesystem.hpp  -----------------------------------------//
sl@0
     2
sl@0
     3
//  Copyright Beman Dawes 2005
sl@0
     4
sl@0
     5
//  Use, modification, and distribution is subject to the Boost Software
sl@0
     6
//  License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
sl@0
     7
//  http://www.boost.org/LICENSE_1_0.txt)
sl@0
     8
sl@0
     9
//  See library home page at http://www.boost.org/libs/filesystem
sl@0
    10
sl@0
    11
//----------------------------------------------------------------------------// 
sl@0
    12
sl@0
    13
#ifndef BOOST_FILESYSTEM_FILESYSTEM_HPP
sl@0
    14
#define BOOST_FILESYSTEM_FILESYSTEM_HPP
sl@0
    15
sl@0
    16
#include <boost/filesystem/operations.hpp>   // includes path.hpp
sl@0
    17
#include <boost/filesystem/convenience.hpp>
sl@0
    18
sl@0
    19
#endif
sl@0
    20