Go to file
2018-10-17 22:34:46 -05:00
cmake Remove Google benchmark, and clone it for use only in the CMake build. 2018-03-04 13:16:00 -06:00
doc Turn off problematic auto-indexing. 2018-07-09 20:54:56 -05:00
example Define BOOST_NO_AUTO_PTR in the autodiff example to fix C++17 Clang builds. 2018-10-17 22:34:46 -05:00
include/boost/yap Escape double-minus "--" in Doxygen comments. 2018-03-22 21:29:31 -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 Simplify if_else so that it no longer requires linking to unit_test_framework. 2018-03-04 12:41:00 -06: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 Disable XCode 7.3 ad 8 due to spurious Travis failures. 2018-03-03 00:59:37 -06:00
CMakeLists.txt Add code coverage build mode. 2018-03-03 20:54:50 -06: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