We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
struct foo { template <class T> decltype(auto) operator()(T&& t) const {} }
should not be formatted with
PointerBindsToType: true
but is formatted to
struct foo { template <class T> decltype(auto) operator()(T && t) const {} }
clang-format 17.0.4