forked from boostorg/range
bring formatted_range into the boost::range namespace.
This commit is contained in:
@ -219,6 +219,11 @@ format(const SinglePassRange& rng)
|
|||||||
}
|
}
|
||||||
|
|
||||||
} // namespace adaptors
|
} // namespace adaptors
|
||||||
|
|
||||||
|
namespace range
|
||||||
|
{
|
||||||
|
using boost::range_detail::formatted_range;
|
||||||
|
} // namespace range
|
||||||
} // namespace boost
|
} // namespace boost
|
||||||
|
|
||||||
#endif // include guard
|
#endif // include guard
|
||||||
|
Reference in New Issue
Block a user