diff options
Diffstat (limited to 'ext/boost/preprocessor/repeat_from_to_2nd.hpp')
-rw-r--r-- | ext/boost/preprocessor/repeat_from_to_2nd.hpp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ext/boost/preprocessor/repeat_from_to_2nd.hpp b/ext/boost/preprocessor/repeat_from_to_2nd.hpp new file mode 100644 index 0000000000..b833fb5c83 --- /dev/null +++ b/ext/boost/preprocessor/repeat_from_to_2nd.hpp @@ -0,0 +1,17 @@ +# /* ************************************************************************** +# * * +# * (C) Copyright Paul Mensonides 2002. +# * Distributed under 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 for most recent version. */ +# +# ifndef BOOST_PREPROCESSOR_REPEAT_FROM_TO_2ND_HPP +# define BOOST_PREPROCESSOR_REPEAT_FROM_TO_2ND_HPP +# +# include <boost/preprocessor/repetition/repeat_from_to.hpp> +# +# endif |