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

@ -32,7 +32,7 @@ namespace boost
template<typename Iterator, typename UnaryFunction>
inline UnaryFunction
for_each_impl(Iterator first, Iterator last, UnaryFunction fun,
typename enable_if<
typename ::boost::enable_if<
is_reference_wrapper<UnaryFunction>,
void
>::type* = 0)