Go to file
2019-06-26 17:32:17 -05:00
cmake Define BOOST_ALL_NO_LIB=1 in CMake builds. 2018-10-20 14:22:30 -05:00
doc Add a self-evaluating expression example. 2019-05-30 17:21:55 -05:00
example Fix Clang compilation error in self_evaluation.cpp. 2019-05-31 02:40:07 -05:00
include/boost/yap Doc typo. 2019-05-30 17:25:11 -05:00
meta
perf
test VS2017 support (#88) 2018-10-20 14:26:15 -05:00
.clang-format
.gitattributes
.travis.yml Remove previous hack of defining BOOST_NO_AUTO_PTR explicitly in source, and 2018-10-18 19:57:38 -05:00
appveyor.yml
CMakeLists.txt Define BOOST_ALL_NO_LIB=1 in CMake builds. 2018-10-20 14:22:30 -05:00
index.html
LICENSE_1_0.txt
README.md

Build Status codecov License

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