mirror of
https://github.com/boostorg/lambda2.git
synced 2025-05-11 13:44:05 +00:00
Update README
This commit is contained in:
parent
7c450f3736
commit
27cb3092a0
@ -1,10 +1,12 @@
|
||||
# lambda2
|
||||
# Lambda2
|
||||
|
||||
This is an implementation of the simple C++14 lambda library
|
||||
described in [this post](https://pdimov.github.io/blog/2020/07/22/a-c14-lambda-library/).
|
||||
|
||||
It has no dependencies and consists of a [single header](include/boost/lambda2/lambda2.hpp).
|
||||
|
||||
See [the documentation](https://pdimov.github.io/lambda2/) for more information.
|
||||
|
||||
## Supported Compilers
|
||||
|
||||
* g++ 5 or later with `-std=c++14` or above
|
||||
|
Loading…
x
Reference in New Issue
Block a user