forked from boostorg/range
[SVN r82139]
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 range
|
||||
{
|
||||
|
||||
namespace range_detail
|
||||
{
|
||||
@ -235,6 +233,8 @@ namespace range_detail
|
||||
}
|
||||
} // namespace range_detail
|
||||
|
||||
namespace range {
|
||||
|
||||
/// \brief template function search
|
||||
///
|
||||
/// range-based version of the search std algorithm
|
||||
|
Reference in New Issue
Block a user