diff options
Diffstat (limited to 'src/boost/libs/yap/README.md')
-rw-r--r-- | src/boost/libs/yap/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/boost/libs/yap/README.md b/src/boost/libs/yap/README.md new file mode 100644 index 000000000..4eddf4e2c --- /dev/null +++ b/src/boost/libs/yap/README.md @@ -0,0 +1,11 @@ +[![Build Status](https://travis-ci.org/boostorg/yap.svg?branch=master)](https://travis-ci.org/boostorg/yap) +[![Build Status](https://ci.appveyor.com/api/projects/status/github/tzlaine/yap?branch=master&svg=true)](https://ci.appveyor.com/project/tzlaine/yap) +[![License](https://img.shields.io/badge/license-boost-brightgreen.svg)](LICENSE_1_0.txt) + + +# yap +A C++14-and-later expression template library + +This is a Boost library. It covers the same problem space as Boost.Proto, but works quite differently, due to the availability of lots of new features in C++14 and later. + +Please read the docs for details: https://boostorg.github.io/yap |