From 6ca88a814699fc680078b105982959ed076511a8 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Fri, 29 Dec 2017 14:12:03 +0000 Subject: [PATCH] Add forwarding headers at old locations --- include/boost/functional/hash.hpp | 6 ++++++ include/boost/functional/hash/extensions.hpp | 6 ++++++ include/boost/functional/hash/hash.hpp | 6 ++++++ include/boost/functional/hash/hash_fwd.hpp | 6 ++++++ include/boost/functional/hash_fwd.hpp | 6 ++++++ 5 files changed, 30 insertions(+) create mode 100644 include/boost/functional/hash.hpp create mode 100644 include/boost/functional/hash/extensions.hpp create mode 100644 include/boost/functional/hash/hash.hpp create mode 100644 include/boost/functional/hash/hash_fwd.hpp create mode 100644 include/boost/functional/hash_fwd.hpp diff --git a/include/boost/functional/hash.hpp b/include/boost/functional/hash.hpp new file mode 100644 index 0000000..6122b35 --- /dev/null +++ b/include/boost/functional/hash.hpp @@ -0,0 +1,6 @@ + +// Copyright 2005-2009 Daniel James. +// 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) + +#include diff --git a/include/boost/functional/hash/extensions.hpp b/include/boost/functional/hash/extensions.hpp new file mode 100644 index 0000000..bd436fb --- /dev/null +++ b/include/boost/functional/hash/extensions.hpp @@ -0,0 +1,6 @@ + +// Copyright 2017 Daniel James. +// 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) + +#include diff --git a/include/boost/functional/hash/hash.hpp b/include/boost/functional/hash/hash.hpp new file mode 100644 index 0000000..6122b35 --- /dev/null +++ b/include/boost/functional/hash/hash.hpp @@ -0,0 +1,6 @@ + +// Copyright 2005-2009 Daniel James. +// 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) + +#include diff --git a/include/boost/functional/hash/hash_fwd.hpp b/include/boost/functional/hash/hash_fwd.hpp new file mode 100644 index 0000000..aeffad0 --- /dev/null +++ b/include/boost/functional/hash/hash_fwd.hpp @@ -0,0 +1,6 @@ + +// Copyright 2005-2009 Daniel James. +// 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) + +#include diff --git a/include/boost/functional/hash_fwd.hpp b/include/boost/functional/hash_fwd.hpp new file mode 100644 index 0000000..aeffad0 --- /dev/null +++ b/include/boost/functional/hash_fwd.hpp @@ -0,0 +1,6 @@ + +// Copyright 2005-2009 Daniel James. +// 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) + +#include