os/ossrv/ossrv_pub/boost_apis/boost/filesystem/exception.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/exception.hpp  -------------------------------------------//
sl@0
     2
sl@0
     3
//  Copyright Beman Dawes 2003
sl@0
     4
//  Use, modification, and distribution is subject to the Boost Software
sl@0
     5
//  License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
sl@0
     6
//  http://www.boost.org/LICENSE_1_0.txt)
sl@0
     7
sl@0
     8
//  This header is no long used. The contents have been moved to path.hpp.
sl@0
     9
//  It is provided so that user code #includes do not have to be changed.