2
0
mirror of https://github.com/boostorg/lambda2.git synced 2026-01-26 18:42:16 +00:00
Files
lambda2/doc/lambda2/changelog.adoc
2021-10-18 21:33:52 +03:00

17 lines
374 B
Plaintext

////
Copyright 2021 Peter Dimov
Distributed under the Boost Software License, Version 1.0.
https://www.boost.org/LICENSE_1_0.txt
////
[#changelog]
# Revision History
:idprefix:
## Changes in 1.78.0
* Added special cases in `operator<<` and `operator>>` when
the first argument is a stream, to allow `std::cout << _1`.
* Added `operator\->*`.
* Added `first`, `second`.