From 3b0782b112f6950ea0abf968580bed77de0d74c1 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sat, 21 Feb 2004 13:35:55 +0000 Subject: [PATCH] initial commit [SVN r22346] --- .../boost/mpl/aux_/config/tag_protocol.hpp | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 include/boost/mpl/aux_/config/tag_protocol.hpp diff --git a/include/boost/mpl/aux_/config/tag_protocol.hpp b/include/boost/mpl/aux_/config/tag_protocol.hpp new file mode 100755 index 0000000..798267e --- /dev/null +++ b/include/boost/mpl/aux_/config/tag_protocol.hpp @@ -0,0 +1,20 @@ + +#ifndef BOOST_MPL_AUX_CONFIG_TAG_PROTOCOL_HPP_INCLUDED +#define BOOST_MPL_AUX_CONFIG_TAG_PROTOCOL_HPP_INCLUDED + +// Copyright (c) David Abrahams 2004 +// +// 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) +// +// See http://www.boost.org/libs/mpl for documentation. + +// $Source$ +// $Date$ +// $Revision$ + +#define BOOST_MPL_TAG_IMPL_SUFFIX traits +#define BOOST_MPL_TAG_IMPL_APPLY algorithm + +#endif // BOOST_MPL_AUX_CONFIG_TAG_PROTOCOL_HPP_INCLUDED