Ben10do c6f784cb70 Use forwarding references in string/split.hpp
On compilers that support C++11, this allows both lvalues and rvalues to be used as inputs to the split(), find_all(), and ifind_all() functions.

For example, given a function get_string() that returns a std::string, this allows you to write:
boost::split(result, get_string(), boost::is_any_of(" "))
2018-08-01 20:54:17 +01:00
2017-08-30 20:25:15 +03:00
2015-01-26 07:08:13 -08:00
2013-10-14 21:31:19 +00:00
2018-07-04 11:24:01 -07:00
Description
Boost.org algorithm module
BSL-1.0 4.9 MiB
Languages
C++ 91.7%
HTML 4.4%
Max 3.7%
CMake 0.2%