Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/boost/filesystem.hpp @ 58

Last change on this file since 58 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

File size: 656 bytes
Line 
1//  boost/filesystem/filesystem.hpp  -----------------------------------------//
2
3//  Copyright Beman Dawes 2005
4
5//  Use, modification, and distribution is subject to the Boost Software
6//  License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
7//  http://www.boost.org/LICENSE_1_0.txt)
8
9//  See library home page at http://www.boost.org/libs/filesystem
10
11//----------------------------------------------------------------------------//
12
13#ifndef BOOST_FILESYSTEM_FILESYSTEM_HPP
14#define BOOST_FILESYSTEM_FILESYSTEM_HPP
15
16#include <boost/filesystem/operations.hpp>   // includes path.hpp
17#include <boost/filesystem/convenience.hpp>
18
19#endif
20
Note: See TracBrowser for help on using the repository browser.