|
-
Released initial version.
-
pipable
supports |=
operator.
-
Introduced PipableObject concept.
-
ret
and perfect
semantics slightly changed.
-
Added
tagged
.
-
Added
apply
.
-
Concepts rearranged;
op_xxx
was renamed to T_xxx
.
-
Renamed
before_mpl_has_xxx.hpp
to
detect_result_type.hpp
.
-
mono
revised.
-
Ported to Intel C++ Compiler.
-
Fixed a bug of
lambda/result_of.hpp
.
-
use_brace_levelN
renamed
to use_braceN+1
.
-
compose1
renamed to compose
.
-
Added
regular
.
-
auxiliary
renamed to ambi
with shifted index.
-
Macros support two forms.
-
as_reference
renamed to
as_ref
.
-
Concept names were corrected.
-
Every FunctionAdaptor provides
X_xxx
.
-
pipable
and ambiN
implemented precise Forwarding Strategy.
-
FunctionAdaptor with
by_value
turns arguments into rvalues if possible.
-
Comparison operators added.
-
ambiN
-> ambi(N-1)
.
-
ret
renamed to return_
.
-
"Writing your strategy" added.
-
generator
and function_facade
template parameter order
changed.
-
ambi
takes only __Bytag
.
-
always
doesn't treat reference_wrapper
as special case.
-
Comparison operators removed.
-
adapted_to
added.
-
generator
revised.
-
static_
revised.
-
lazy
and unfuse
takes no helper FunctionObjects.
-
_M
macros removed.
-
call_strategy
is revised
to OVERLOADED
.
-
flip
documented.
-
automatic
renamed to implicit
.
-
deferred
renamed to poly
.
-
EGG_DEFER
removed.
-
variadic
added.
-
make_function
removed.
-
nestN
added.
-
Boost.Egg formal review version.