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 Add meta/libraries.json. 2018-03-04 01:18:14 -06:00
perf Unify binary member and nonmember macros; add subscript operator member macro. 2018-03-03 18:06:34 -06:00
test VS2017 support (#88) 2018-10-20 14:26:15 -05:00
.clang-format Add .clang-format. 2018-02-14 20:37:34 -06:00
.gitattributes Add .gitattributes. 2018-02-11 11:12:42 -06:00
.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 Tweak CMake compiler flag checks, and use Boost 1.68 in Appveyor builds. 2018-10-18 01:35:17 -05:00
CMakeLists.txt Define BOOST_ALL_NO_LIB=1 in CMake builds. 2018-10-20 14:22:30 -05:00
index.html Fix relative link in top-level index.html. 2018-06-24 17:07:22 -05:00
LICENSE_1_0.txt Add Boost license. 2016-12-07 20:01:19 -06:00
README.md Update README.md 2018-06-23 23:59:07 -05:00

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