mirror of
https://github.com/boostorg/range.git
synced 2025-07-31 13:27:31 +02:00
[range] corrected undesirable namespace nesting in algorithm/search_n.hpp; fixes #6103
[SVN r82071]
This commit is contained in:
4
include/boost/range/algorithm/search_n.hpp
Executable file → Normal file
4
include/boost/range/algorithm/search_n.hpp
Executable file → Normal file
@ -20,8 +20,6 @@
|
|||||||
|
|
||||||
namespace boost
|
namespace boost
|
||||||
{
|
{
|
||||||
namespace range
|
|
||||||
{
|
|
||||||
|
|
||||||
namespace range_detail
|
namespace range_detail
|
||||||
{
|
{
|
||||||
@ -235,6 +233,8 @@ namespace range_detail
|
|||||||
}
|
}
|
||||||
} // namespace range_detail
|
} // namespace range_detail
|
||||||
|
|
||||||
|
namespace range {
|
||||||
|
|
||||||
/// \brief template function search
|
/// \brief template function search
|
||||||
///
|
///
|
||||||
/// range-based version of the search std algorithm
|
/// range-based version of the search std algorithm
|
||||||
|
Reference in New Issue
Block a user