| Index: third_party/boost/boost/preprocessor/enum_shifted_params.hpp
|
| diff --git a/third_party/boost/boost/preprocessor/enum_shifted_params.hpp b/third_party/boost/boost/preprocessor/enum_shifted_params.hpp
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..462c6424eb9d239378051ec3eb883541b7212a87
|
| --- /dev/null
|
| +++ b/third_party/boost/boost/preprocessor/enum_shifted_params.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_ENUM_SHIFTED_PARAMS_HPP
|
| +# define BOOST_PREPROCESSOR_ENUM_SHIFTED_PARAMS_HPP
|
| +#
|
| +# include <boost/preprocessor/repetition/enum_shifted_params.hpp>
|
| +#
|
| +# endif
|
|
|