From d89169d37952eb800876ce9dd125ad2e040d2866 Mon Sep 17 00:00:00 2001 From: badair Date: Tue, 12 Apr 2016 06:02:57 -0500 Subject: [PATCH] improving add_function_volatile tests --- doc/callable_traits.qbk | 2 +- doc/html/index.html | 34 +++++++++++++++++----------------- test/add_function_volatile.cpp | 24 ++++++++++++++---------- 3 files changed, 32 insertions(+), 28 deletions(-) diff --git a/doc/callable_traits.qbk b/doc/callable_traits.qbk index 03e0777..362ee13 100644 --- a/doc/callable_traits.qbk +++ b/doc/callable_traits.qbk @@ -207,7 +207,7 @@ The use cases for [libname] are closely related to those of [@http://www.boost.o [heading:ref_invokable [concept_invokable]] * Includes all [link_callable] types, [*except] for [link_fn] and [link_abominable] -[heading:ref_constexpr_constructble [constexpr_constructble]] +[heading:ref_constexpr_constructble [concept_constexpr_constructble]] * Any [@http://en.cppreference.com/w/cpp/concept/LiteralType LiteralType] that is also default-constructible [endsect] diff --git a/doc/html/index.html b/doc/html/index.html index bdbcfd4..049d4de 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -548,7 +548,7 @@ umbrella
  • - Mutually exclusive with Function + Mutually exclusive with [link_fn]
  • e.g. void(int, int) const @@ -600,7 +600,7 @@ May be cv-qualified and/or ref-qualified.
  • - Mutually exclusive with OverloadedFunctionObject + Mutually exclusive with [link_overloaded_fn_obj]
  • e.g. the type of this lambda: [](int x, int y) { return x + y; } @@ -645,7 +645,7 @@ FunctionObject
    @@ -655,25 +655,25 @@ The superset of the following:
  • @@ -682,28 +682,28 @@ [SimpleCallable]
    SimpleInvokable
    Invokable
    - [constexpr_constructble] + [concept_constexpr_constructble]