[range][extensions] Operator |+, isnt it possible to implement without this operator?
Looking at CppLinq, and C++ Streams (http://jscheiny.github.io/Streams/), it seems they both can handle lambda functions via one operator. Isn't it possible to do something like they do in range extensions? /Viktor
Hi Viktor,
2014-11-24 17:41 GMT+09:00 Viktor Sehr
Looking at CppLinq, and C++ Streams (http://jscheiny.github.io/Streams/), it seems they both can handle lambda functions via one operator. Isn't it possible to do something like they do in range extensions?
/Viktor
Thanks for your comment. Streams library seems use original algorithms. Boost.Range's range adaptor is combining with standard algorithms for orthogonal design. `regular` problem is dependent on standard library's implementation and concept. Thanks, Akira
======================== Akira Takahashi mailto:faithandbrave@gmail.com site: http://sites.google.com/site/faithandbrave/about/en
participants (2)
-
Akira Takahashi
-
Viktor Sehr