mirror of
https://github.com/boostorg/lambda2.git
synced 2026-01-26 18:42:16 +00:00
17 lines
374 B
Plaintext
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`.
|