mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-02 22:34:31 +02:00
initial commit
[SVN r22346]
This commit is contained in:
20
include/boost/mpl/aux_/config/tag_protocol.hpp
Executable file
20
include/boost/mpl/aux_/config/tag_protocol.hpp
Executable 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
|
Reference in New Issue
Block a user