author | kelvzhu |
Thu, 08 Jul 2010 11:07:48 +0800 | |
changeset 611 | 75fabbc53db5 |
parent 600 | 6d08f4a05d93 |
permissions | -rw-r--r-- |
600 | 1 |
// boost/filesystem/exception.hpp -------------------------------------------// |
2 |
||
3 |
// Copyright Beman Dawes 2003 |
|
4 |
// Use, modification, and distribution is subject to the Boost Software |
|
5 |
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at |
|
6 |
// http://www.boost.org/LICENSE_1_0.txt) |
|
7 |
||
8 |
// This header is no long used. The contents have been moved to path.hpp. |
|
9 |
// It is provided so that user code #includes do not have to be changed. |