Update documentation

This commit is contained in:
Peter Dimov 2021-09-05 02:53:33 +03:00
parent e2251ab450
commit f2ab3ade7c
3 changed files with 16 additions and 1 deletions

View File

@ -14,6 +14,7 @@ Peter Dimov
:leveloffset: +1
include::lambda2/overview.adoc[]
include::lambda2/changelog.adoc[]
include::lambda2/reference.adoc[]
include::lambda2/copyright.adoc[]

View File

@ -0,0 +1,14 @@
////
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`.

View File

@ -66,7 +66,7 @@ None. A single, self-contained header.
## Supported Compilers
* GCC 5 or later with `-std=c++14` or above
* Clang 3.5 or later with `-std=c++14` or above
* Clang 3.9 or later with `-std=c++14` or above
* Visual Studio 2015, 2017, 2019
Tested on https://github.com/boostorg/lambda2/actions[Github Actions] and