From a113cad41782c018b4e31db0eb581bd8a2c53582 Mon Sep 17 00:00:00 2001 From: Barrett Adair Date: Mon, 18 Apr 2016 14:17:20 -0500 Subject: [PATCH 1/2] Updating readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70c0558..d471dc3 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,11 @@ Distributed under the Boost Software License, Version 1.0. # CallableTraits ![Travis status][badge.Travis] ![Appveyor status][badge.Appveyor] ![Try it online][badge.wandbox] ![Gitter Chat][badge.Gitter] -CallableTraits is a C++11/C++14/C++17 header-only library for the inspection, synthesis, and decomposition of callable types. +CallableTraits is a C++11/C++14/C++17 header-only library for the inspection, synthesis, and decomposition of callable types. Whether it's calling conventions, `const volatile &&`, or container-like manipulation of parameter lists, CallableTraits provides all the tools you need to rid your codebase of function type specializations. While not for everyone, CallableTraits offers a comprehensive, fine-grained assortment of metafunctions and type traits that can rip apart C++'s most obscure types, and put them back together again with ease. CallableTraits fills the gaps where existing library solutions fall short, aiming to be the "complete type manipulation facility for function types" mentioned in the last section of the C++17 proposal [p0172](http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2015/p0172r0.html). CallableTraits currently supports GCC 4.8 and later, Clang 3.5 and later, and MSVC 19. More notes on compatibility [here](http://badair.github.io/callable_traits/doc/html/callable_traits/compatibility.html). ## [Documentation](http://badair.github.io/callable_traits/index.html) - +* Documentation is a work in progress - see the [Issues](https://github.com/badair/callable_traits/issues) section for information about what's lacking. +* ## [License](LICENSE.md) From 8b3eca2ec5a03ba0dacff815c2edc6b980476484 Mon Sep 17 00:00:00 2001 From: Barrett Adair Date: Mon, 18 Apr 2016 14:17:45 -0500 Subject: [PATCH 2/2] Updating readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d471dc3..37966b6 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ CallableTraits is a C++11/C++14/C++17 header-only library for the inspection, sy ## [Documentation](http://badair.github.io/callable_traits/index.html) * Documentation is a work in progress - see the [Issues](https://github.com/badair/callable_traits/issues) section for information about what's lacking. -* + ## [License](LICENSE.md)