mirror of
https://github.com/boostorg/lambda2.git
synced 2025-05-11 13:44:05 +00:00
Update documentation
This commit is contained in:
parent
e2251ab450
commit
f2ab3ade7c
@ -14,6 +14,7 @@ Peter Dimov
|
||||
:leveloffset: +1
|
||||
|
||||
include::lambda2/overview.adoc[]
|
||||
include::lambda2/changelog.adoc[]
|
||||
include::lambda2/reference.adoc[]
|
||||
include::lambda2/copyright.adoc[]
|
||||
|
||||
|
14
doc/lambda2/changelog.adoc
Normal file
14
doc/lambda2/changelog.adoc
Normal 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`.
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user