$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [range][extensions] Operator |+, isnt it possible to implement without this operator?
From: Viktor Sehr (viktor.sehr_at_[hidden])
Date: 2014-11-24 03:41:06
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