initial commit

[SVN r22346]
This commit is contained in:
Dave Abrahams
2004-02-21 13:35:55 +00:00
parent 1eb8c2ee69
commit 3b0782b112

View File

@@ -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