2
0
mirror of https://github.com/boostorg/hof.git synced 2026-02-26 04:42:17 +00:00

Add by(p) semantics for issue #104

This commit is contained in:
Paul
2016-03-21 15:51:55 -05:00
parent 16e2921ff6
commit 91e1ca790f

View File

@@ -37,6 +37,7 @@
/// ---------
///
/// assert(by(p, f)(xs...) == f(p(xs)...));
/// assert(by(p)(xs...) == p(xs)...);
///
/// Requirements
/// ------------