qualifies lookup of type traits names

[SVN r38256]
This commit is contained in:
Tobias Schwinger
2007-07-17 21:44:36 +00:00
parent 97a49614f9
commit 367a572f54

View File

@ -127,8 +127,8 @@ namespace boost { namespace fusion
typedef typename result_of::front<Sequence>::type that;
typedef mpl::or_< is_convertible<that,C*>,
is_convertible<that,C&>,
typedef mpl::or_< boost::is_convertible<that,C*>,
boost::is_convertible<that,C&>,
non_const_pointee<that> > non_const_cond;
typedef typename mpl::eval_if< non_const_cond,