Skip to content

Releases: boostorg/callable_traits

Fix is_invocable_v

03 Jul 15:39
Compare
Choose a tag to compare
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
7403f47
Compare
Choose a tag to compare
  • 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
0ce9138
Compare
Choose a tag to compare
  • 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
4f9eea1
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • is_invocable returns false for abominable function types, rather than erroring
  • function object references now supported
  • better CI
  • fixed links in documentation