From: Peter Dimov (pdimov_at_[hidden])
Date: 2020-09-12 18:50:08


Gero Peterhoff wrore:

> Hi Peter,
> i implemented signature_of similar to the function_traits. This is more
> flexible, but requires C++20.

There's no need for C++20 here, 11 is enough. See also
https://github.com/boostorg/type_traits/issues/147 that I just opened for
other reasons.