Releases: boostorg/callable_traits
Releases · boostorg/callable_traits
Fix is_invocable_v
03 Jul 15:39
Compare
Sorry, something went wrong.
No results found
2.3.3
Fix is_invocable_v and add test coverage
2.3.2: Merge pull request #181 from boostorg/develop
10 Jan 18:27
Compare
Sorry, something went wrong.
No results found
fix is_invocable for param-less lambdas
fix is_invocable_r for void returns
improve test coverage and CI
2.3.1
12 Nov 20:03
Compare
Sorry, something went wrong.
No results found
allow top-level cv/ref on qualified_class_of
fix bug for abominable function types with varargs
update documentation
2.3.0
04 Nov 20:21
Compare
Sorry, something went wrong.
No results found
improve test coverage
allow pointers with top-level cv/ref on args, return_type
, class_of
, function_type
, has_*
, is_*
(minus is_invocable*
)
allow function objects in volatile-qualified reference wrapper
2.2.1
11 Sep 06:42
Compare
Sorry, something went wrong.
No results found
is_invocable returns false for abominable function types, rather than erroring
function object references now supported
better CI
fixed links in documentation