Update README

This commit is contained in:
Peter Dimov 2020-09-08 17:54:04 +03:00
parent 7c450f3736
commit 27cb3092a0

View File

@ -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