forked from boostorg/range
fully quality boost::enable_if since msvc namespaces dont work.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user