From 1a78a62555be32868418fe52f8e330c9d0f95d5a Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 30 Oct 2012 12:57:26 -0700 Subject: Imported Upstream version 1.49.0 --- .../container/set/detail/deref_data_impl.hpp | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 boost/fusion/container/set/detail/deref_data_impl.hpp (limited to 'boost/fusion/container/set/detail/deref_data_impl.hpp') diff --git a/boost/fusion/container/set/detail/deref_data_impl.hpp b/boost/fusion/container/set/detail/deref_data_impl.hpp new file mode 100644 index 0000000000..7238cc6f11 --- /dev/null +++ b/boost/fusion/container/set/detail/deref_data_impl.hpp @@ -0,0 +1,24 @@ +/*============================================================================= + Copyright (c) 2009 Christopher Schmidt + + 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_FUSION_CONTAINER_SET_DETAIL_DEREF_DATA_IMPL_HPP +#define BOOST_FUSION_CONTAINER_SET_DETAIL_DEREF_DATA_IMPL_HPP + +#include + +namespace boost { namespace fusion { namespace extension +{ + template + struct deref_data_impl; + + template <> + struct deref_data_impl + : deref_impl + {}; +}}} + +#endif -- cgit v1.2.3