fully quality boost::enable_if since msvc namespaces dont work.

This commit is contained in:
Neil Groves
2014-03-10 19:01:24 +00:00
parent ed0febc902
commit edb81e828b
7 changed files with 20 additions and 20 deletions

View File

@ -356,7 +356,7 @@ namespace boost
OtherDifference,
Buffer
>& other,
typename enable_if<
typename ::boost::enable_if<
typename mpl::and_<
typename is_mutable_reference<OtherReference>::type,
typename is_const_reference<Reference>::type
@ -387,7 +387,7 @@ namespace boost
, OtherDifference
, Buffer
>& other,
typename enable_if<
typename ::boost::enable_if<
typename mpl::or_<
typename mpl::and_<
typename is_mutable_reference<OtherReference>::type,
@ -423,7 +423,7 @@ namespace boost
, OtherDifference
, Buffer
>& other,
typename enable_if<
typename ::boost::enable_if<
typename is_convertible_to_value_as_reference<
OtherReference
, Reference