Merge remote-tracking branch 'refs/remotes/origin/gh-pages'

This commit is contained in:
badair
2016-04-17 18:32:50 -05:00
2 changed files with 10 additions and 0 deletions

View File

@@ -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:

View File

@@ -496,6 +496,14 @@
Issues</a>
</h3></div></div></div>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Documentation, test coverage, and API tweaks are currently the primary
focus of development
</li>
<li class="listitem">
Check out the <a href="https://github.com/badair/callable_traits/issues" target="_top">page</a>
for more information.
</li>
<li class="listitem">
<code class="literal">CallableTraits</code> has <span class="emphasis"><em>not</em></span> yet been
tested on all minor/patch versions of the supported compilers. If you