renamed concatenate.hpp to encode_decode_params.hpp

[SVN r2544]
This commit is contained in:
Arkadiy Vertleyb
2005-03-21 01:50:13 +00:00
parent 8263416816
commit fd1038f002
7 changed files with 12 additions and 8 deletions

View File

@ -1,9 +1,9 @@
// Copyright (C) 2004 Arkadiy Vertleyb
// Copyright (C) 2005 Arkadiy Vertleyb
// Use, modification and distribution is subject to the Boost Software
// License, Version 1.0. (http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_TYPEOF_CONCATENATE_HPP_INCLUDED
#define BOOST_TYPEOF_CONCATENATE_HPP_INCLUDED
#ifndef BOOST_TYPEOF_COMPLIANT_ENCODE_DECODE_PARAMS_HPP_INCLUDED
#define BOOST_TYPEOF_COMPLIANT_ENCODE_DECODE_PARAMS_HPP_INCLUDED
#include <boost/preprocessor/cat.hpp>
#include <boost/preprocessor/repetition/repeat.hpp>
@ -31,4 +31,4 @@
typename mpl::push_back<V, mpl::size_t<ID> >::type \
BOOST_PP_REPEAT(n, BOOST_TYPEOF_ENCODE_PARAMS_END, ~)
#endif//BOOST_TYPEOF_CONCATENATE_HPP_INCLUDED
#endif//BOOST_TYPEOF_COMPLIANT_ENCODE_DECODE_PARAMS_HPP_INCLUDED

View File

@ -6,7 +6,6 @@
#define BOOST_TYPEOF_COMPLIANT_MODIFIERS_HPP_INCLUDED
#include <boost/typeof/compliant/encode_decode.hpp>
#include <boost/typeof/compliant/concatenate.hpp>
#include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()

View File

@ -5,7 +5,7 @@
#ifndef BOOST_TYPEOF_COMPLIANT_POINTERS_DATA_MEMBERS_HPP_INCLUDED
#define BOOST_TYPEOF_COMPLIANT_POINTERS_DATA_MEMBERS_HPP_INCLUDED
#include <boost/typeof/compliant/concatenate.hpp>
#include <boost/typeof/compliant/encode_decode_params.hpp>
#include <boost/typeof/compliant/encode_decode.hpp>
#include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()

View File

@ -2,6 +2,8 @@
// Use, modification and distribution is subject to the Boost Software
// License, Version 1.0. (http://www.boost.org/LICENSE_1_0.txt)
#include <boost/typeof/compliant/encode_decode_params.hpp>
#define n BOOST_PP_ITERATION()
namespace

View File

@ -2,6 +2,8 @@
// Use, modification and distribution is subject to the Boost Software
// License, Version 1.0. (http://www.boost.org/LICENSE_1_0.txt)
#include <boost/typeof/compliant/encode_decode_params.hpp>
// member functions
template<class V, class T, class R BOOST_PP_ENUM_TRAILING_PARAMS(n, class P)>

View File

@ -5,8 +5,6 @@
#ifndef BOOST_TYPEOF_COMPLIANT_TYPE_ENCODING_HPP_INCLUDED
#define BOOST_TYPEOF_COMPLIANT_TYPE_ENCODING_HPP_INCLUDED
#include <boost/typeof/compliant/concatenate.hpp>
#define BOOST_TYPEOF_REGISTER_TYPE_IMPL(T, Id) \
\
template<class V> struct encode_type_impl<V, T > \

View File

@ -269,6 +269,9 @@
<File
RelativePath="..\..\..\..\boost\typeof\compliant\encode_decode.hpp">
</File>
<File
RelativePath="..\..\..\..\boost\typeof\compliant\encode_decode_params.hpp">
</File>
<File
RelativePath="..\..\..\..\boost\typeof\compliant\int_encoding.hpp">
</File>