X-Git-Url: https://git.donarmstrong.com/?p=rsem.git;a=blobdiff_plain;f=boost%2Ffusion%2Fcontainer%2Fvector%2Fdetail%2Fpreprocessed%2Fvector_chooser10.hpp;fp=boost%2Ffusion%2Fcontainer%2Fvector%2Fdetail%2Fpreprocessed%2Fvector_chooser10.hpp;h=d631b53208b3bb8a39d6513750150906ddad5263;hp=0000000000000000000000000000000000000000;hb=2d71eb92104693ca9baa5a2e1c23eeca776d8fd3;hpb=da57529b92adbb7ae74a89861cb39fb35ac7c62d diff --git a/boost/fusion/container/vector/detail/preprocessed/vector_chooser10.hpp b/boost/fusion/container/vector/detail/preprocessed/vector_chooser10.hpp new file mode 100644 index 0000000..d631b53 --- /dev/null +++ b/boost/fusion/container/vector/detail/preprocessed/vector_chooser10.hpp @@ -0,0 +1,84 @@ +/*============================================================================= + Copyright (c) 2001-2011 Joel de Guzman + + 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) + + This is an auto-generated file. Do not edit! +==============================================================================*/ +namespace boost { namespace fusion { namespace detail +{ + template + struct vector_n_chooser + { + typedef vector10 type; + }; + template <> + struct vector_n_chooser + { + typedef vector0<> type; + }; + template + struct vector_n_chooser< + T0 + , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_> + { + typedef vector1 type; + }; + template + struct vector_n_chooser< + T0 , T1 + , void_ , void_ , void_ , void_ , void_ , void_ , void_ , void_> + { + typedef vector2 type; + }; + template + struct vector_n_chooser< + T0 , T1 , T2 + , void_ , void_ , void_ , void_ , void_ , void_ , void_> + { + typedef vector3 type; + }; + template + struct vector_n_chooser< + T0 , T1 , T2 , T3 + , void_ , void_ , void_ , void_ , void_ , void_> + { + typedef vector4 type; + }; + template + struct vector_n_chooser< + T0 , T1 , T2 , T3 , T4 + , void_ , void_ , void_ , void_ , void_> + { + typedef vector5 type; + }; + template + struct vector_n_chooser< + T0 , T1 , T2 , T3 , T4 , T5 + , void_ , void_ , void_ , void_> + { + typedef vector6 type; + }; + template + struct vector_n_chooser< + T0 , T1 , T2 , T3 , T4 , T5 , T6 + , void_ , void_ , void_> + { + typedef vector7 type; + }; + template + struct vector_n_chooser< + T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 + , void_ , void_> + { + typedef vector8 type; + }; + template + struct vector_n_chooser< + T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 + , void_> + { + typedef vector9 type; + }; +}}}