mirror of
https://github.com/boostorg/callable_traits.git
synced 2026-02-17 13:42:14 +00:00
add_varargs example
This commit is contained in:
@@ -32,7 +32,7 @@ int main() {
|
||||
using test = ct::add_const_qualifier<pmf>;
|
||||
static_assert(std::is_same<test, expect>::value, "");
|
||||
} {
|
||||
// add_const_qualifier can also be used to create "abominable"
|
||||
// add_const_qualifier can also be used with "abominable"
|
||||
// function types.
|
||||
using f = void();
|
||||
using expect = void() const;
|
||||
|
||||
Reference in New Issue
Block a user