Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

mods to boost mpl #1

Merged
merged 1 commit into from
Dec 10, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions include/boost/mpl/vector/vector100.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

#ifndef BOOST_MPL_VECTOR_VECTOR100_HPP_INCLUDED
#define BOOST_MPL_VECTOR_VECTOR100_HPP_INCLUDED

# include <boost/mpl/vector/vector50.hpp>
# include <boost/mpl/aux_/config/typeof.hpp>
# include <boost/mpl/aux_/config/ctps.hpp>
# include <boost/preprocessor/iterate.hpp>

namespace boost { namespace mpl {

# define BOOST_PP_ITERATION_PARAMS_1 \
(3,(51, 100, <boost/mpl/vector/aux_/numbered.hpp>))
# include BOOST_PP_ITERATE()

}}

#endif // BOOST_MPL_VECTOR_VECTOR100_HPP_INCLUDED
19 changes: 19 additions & 0 deletions include/boost/mpl/vector/vector100_c.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

#ifndef BOOST_MPL_VECTOR_VECTOR100_C_HPP_INCLUDED
#define BOOST_MPL_VECTOR_VECTOR100_C_HPP_INCLUDED

# include <boost/mpl/vector/vector50_c.hpp>
# include <boost/mpl/vector/vector100.hpp>
# include <boost/mpl/aux_/config/typeof.hpp>
# include <boost/mpl/aux_/config/ctps.hpp>
# include <boost/preprocessor/iterate.hpp>

namespace boost { namespace mpl {

# define BOOST_PP_ITERATION_PARAMS_1 \
(3,(51, 100, <boost/mpl/vector/aux_/numbered_c.hpp>))
# include BOOST_PP_ITERATE()

}}

#endif // BOOST_MPL_VECTOR_VECTOR100_C_HPP_INCLUDED