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 range
|
||||
{
|
||||
using boost::range_detail::formatted_range;
|
||||
} // namespace range
|
||||
} // namespace boost
|
||||
|
||||
#endif // include guard
|
||||
|
Reference in New Issue
Block a user