forked from boostorg/fusion
ODR safe code
[SVN r35275]
This commit is contained in:
@ -23,6 +23,15 @@ namespace boost { namespace fusion
|
||||
template <typename Sequence>
|
||||
struct apply : Sequence::size {};
|
||||
};
|
||||
|
||||
template <>
|
||||
struct size_impl<array_tag>;
|
||||
|
||||
template <>
|
||||
struct size_impl<mpl_sequence_tag>;
|
||||
|
||||
template <>
|
||||
struct size_impl<std_pair_tag>;
|
||||
}
|
||||
|
||||
namespace result_of
|
||||
|
Reference in New Issue
Block a user