The following does not work using clang 14 ```c++ auto promise = newPromise([](Defer d){ /*...*/ }); promise.then([bla]() mutable { }); ``` with "call_traits.hpp:135:20: error: call to pointer to member function of type 'void ()' drops 'const' qualifier"