Go to file
Barrett Adair 454b8ade9c
Merge pull request #183 from HDembinski/fix_cmake
Fix for using callable_traits as a CMake dependency in other boost projects
2019-11-04 21:17:30 -06:00
doc document compatibility with gcc 8.2.0, clang 7.0.1 2018-12-17 17:39:59 -06:00
example wip 2019-04-14 16:27:32 +02:00
include/boost fix is_invocable_r for void return (achieving parity with std) 2018-12-17 17:39:59 -06:00
meta Update libraries.json 2017-09-04 23:18:06 -05:00
scripts clean up build instructions 2017-07-02 15:14:40 -05:00
test wip 2019-04-14 16:27:32 +02:00
.gitattributes Add .gitattributes 2017-11-12 20:40:52 +00:00
.gitignore doc, test improvements 2017-06-10 12:45:54 -05:00
.travis.yml add gcc 8, clang 6 and 7 to Travis CI 2018-12-17 17:39:54 -06:00
appveyor.yml improve CI 2017-10-14 11:53:31 -05:00
CMakeLists.txt wip 2019-04-14 16:27:32 +02:00
index.html Fixed newlines, tabs and ensured the source files end with a newline. 2018-01-03 21:04:31 +03:00
LICENSE.md initial commit 2016-03-14 07:51:31 -05:00
README.md Update README.md 2017-11-04 15:05:43 -05:00

Boost.CallableTraits Travis status Appveyor status

CallableTraits is a C++11 header-only library for the inspection, synthesis, and decomposition of callable types.

The latest documentation is available here.

CallableTraits was formally reviewed and accepted into the Boost C++ Libraries. CallableTraits is available in Boost 1.66 (December 2017) and later. You can also download CallableTraits as a standalone library here.

Licensed under the Boost Software License, Version 1.0.