From 93a9b784d82828b5a793a5526080d157c41fc442 Mon Sep 17 00:00:00 2001 From: badair Date: Sun, 17 Apr 2016 18:29:49 -0500 Subject: [PATCH 1/2] adding a note about the issues page --- doc/callable_traits.qbk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/callable_traits.qbk b/doc/callable_traits.qbk index 12bdf8e..af20826 100644 --- a/doc/callable_traits.qbk +++ b/doc/callable_traits.qbk @@ -283,6 +283,8 @@ CallableTraits has not been tested on every platform under the sun. If you find [section:compatibility_issues Known Issues] +* Documentation, test coverage, and API tweaks are currently the primary focus of development +* Check out the [@https://github.com/badair/callable_traits/issues page] for more information. * [libname] has ['not] yet been tested on all minor/patch versions of the supported compilers. If you experience problems on a supported platform, [link_contact_the_author]. * Calling convention support is largely untested. Please [link_contact_the_author] if you have experience in this domain. * [link_is_constexpr] and [link_can_invoke_constexpr] always `std::false_type` on the following platforms: From afee6bebf75415b1aaaa8d2e7968511fc9ba67b7 Mon Sep 17 00:00:00 2001 From: badair Date: Sun, 17 Apr 2016 18:31:32 -0500 Subject: [PATCH 2/2] [documentation] regenerating html --- doc/html/callable_traits/compatibility.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/html/callable_traits/compatibility.html b/doc/html/callable_traits/compatibility.html index f3bd684..226956a 100644 --- a/doc/html/callable_traits/compatibility.html +++ b/doc/html/callable_traits/compatibility.html @@ -496,6 +496,14 @@ Issues
    +
  • + Documentation, test coverage, and API tweaks are currently the primary + focus of development +
  • +
  • + Check out the page + for more information. +
  • CallableTraits has not yet been tested on all minor/patch versions of the supported compilers. If you