summaryrefslogtreecommitdiff
path: root/boost/gil/io/path_spec.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/gil/io/path_spec.hpp')
-rw-r--r--boost/gil/io/path_spec.hpp35
1 files changed, 12 insertions, 23 deletions
diff --git a/boost/gil/io/path_spec.hpp b/boost/gil/io/path_spec.hpp
index 4686d7495c..f1ed379c8b 100644
--- a/boost/gil/io/path_spec.hpp
+++ b/boost/gil/io/path_spec.hpp
@@ -1,34 +1,23 @@
-/*
- Copyright 2007-2008 Andreas Pokorny, Christian Henning
- Use, modification and distribution are 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).
-*/
-
-/*************************************************************************************************/
-
+//
+// Copyright 2007-2008 Andreas Pokorny, Christian Henning
+//
+// Distributed under 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
+//
#ifndef BOOST_GIL_IO_PATH_SPEC_HPP
#define BOOST_GIL_IO_PATH_SPEC_HPP
-////////////////////////////////////////////////////////////////////////////////////////
-/// \file
-/// \brief
-/// \author Andreas Pokorny, Christian Henning \n
-///
-/// \date 2007-2012 \n
-///
-////////////////////////////////////////////////////////////////////////////////////////
-
-#include <cstdlib>
-#include <string>
-
-#include <boost/mpl/bool_fwd.hpp>
-
#ifdef BOOST_GIL_IO_ADD_FS_PATH_SUPPORT
#define BOOST_FILESYSTEM_VERSION 3
#include <boost/filesystem/path.hpp>
#endif // BOOST_GIL_IO_ADD_FS_PATH_SUPPORT
+#include <boost/mpl/bool.hpp> // for complete types of true_ and false_
+
+#include <cstdlib>
+#include <string>
+
namespace boost { namespace gil { namespace detail {
template<typename P> struct is_supported_path_spec : mpl::false_ {};