summaryrefslogtreecommitdiff
path: root/src/third_party/boost-1.69.0/boost/filesystem/exception.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/boost-1.69.0/boost/filesystem/exception.hpp')
-rw-r--r--src/third_party/boost-1.69.0/boost/filesystem/exception.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/third_party/boost-1.69.0/boost/filesystem/exception.hpp b/src/third_party/boost-1.69.0/boost/filesystem/exception.hpp
new file mode 100644
index 00000000000..985cd8f715f
--- /dev/null
+++ b/src/third_party/boost-1.69.0/boost/filesystem/exception.hpp
@@ -0,0 +1,9 @@
+// boost/filesystem/exception.hpp -----------------------------------------------------//
+
+// Copyright Beman Dawes 2003
+// Use, modification, and distribution is subject to the Boost Software
+// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
+// This header is no longer used. The contents have been moved to path.hpp.
+// It is provided so that user code #includes do not have to be changed.