A C++14-and-later expression template library
Go to file
Peter Dimov ae49bf2744 Merge branch 'master' into develop 2021-06-11 17:17:00 +03:00
.drone add drone config [ci skip] 2021-06-07 20:59:47 -05:00
.github/workflows Add GitHub Actions config [ci skip] 2021-06-07 20:59:55 -05:00
cmake Dependent compilation of tests, examples ... etc (#100) 2020-04-08 18:30:26 -05:00
doc Add a new sentence (supplied by Brook Milligan -- thanks, Brook!) to Multiple 2020-06-03 21:44:02 -05:00
example Dependent compilation of tests, examples ... etc (#100) 2020-04-08 18:30:26 -05:00
include/boost/yap Fix detection of references to const and volatile in detail::print_type. 2020-05-04 19:51:34 -05:00
meta Add "cxxstd" json field. The "cxxstd" json field is being added to each Boost library's meta json information for libraries whose minumum C++ standard compilation level is C++11 on up. The value of this field matches one of the values for 'cxxstd' in Boost.Build. The purpose of doing this is to provide information for the Boost website documentation for each library which will specify the minimum C++ standard compilation that an end-user must employ in order to use the particular library. This will aid end-users who want to know if they can successfully use a Boost library based on their C++ compiler's compilation level, without having to search the library's documentation to find this out. (#104) 2020-12-16 19:56:24 -06:00
perf Dependent compilation of tests, examples ... etc (#100) 2020-04-08 18:30:26 -05:00
test Switch from deprecated minimal.hpp to Boost.LWT 2021-06-07 20:58:44 -05:00
.clang-format Add .clang-format. 2018-02-14 20:37:34 -06:00
.drone.star add drone config [ci skip] 2021-06-07 20:59:47 -05:00
.gitattributes Add .gitattributes. 2018-02-11 11:12:42 -06:00
.travis.yml Fix Travis configuration 2021-06-07 20:58:44 -05:00
CMakeLists.txt Add a Boost-friendly subproject case to CMakeLists 2021-06-05 17:02:29 -05:00
LICENSE_1_0.txt Add Boost license. 2016-12-07 20:01:19 -06:00
README.md Add an Appveyor badge. 2019-08-11 10:00:15 -05:00
appveyor.yml Fix Appveyor configuration 2021-06-07 20:58:44 -05:00
index.html Fix relative link in top-level index.html. 2018-06-24 17:07:22 -05:00

README.md

Build Status Build Status 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