forked from boostorg/fusion
Changed macro BOOST_PARTIAL_SPECIALIZATION_EXPLICIT_ARGS to BOOST_NO_PARTIAL_SPECIALIZATION_DEFAULT_ARGS.
Changed <utility> to <boost/config/no_tr1/utility.hpp> in order to prevent cyclic dependencies between Fusion Tuples and TR1. [SVN r44692]
This commit is contained in:
@ -73,7 +73,7 @@ namespace boost { namespace fusion
|
||||
|
||||
// Unary Version
|
||||
template <typename Sequence, typename F>
|
||||
#if defined(BOOST_PARTIAL_SPECIALIZATION_EXPLICT_ARGS)
|
||||
#if defined(BOOST_NO_PARTIAL_SPECIALIZATION_IMPLICIT_DEFAULT_ARGS)
|
||||
struct transform_view<Sequence, F, void_> : sequence_base<transform_view<Sequence, F, void_> >
|
||||
#else
|
||||
struct transform_view<Sequence, F> : sequence_base<transform_view<Sequence, F> >
|
||||
|
Reference in New Issue
Block a user