Open 5cript opened 2 years ago
The following does not work using clang 14
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"
The following does not work using clang 14
with "call_traits.hpp:135:20: error: call to pointer to member function of type 'void ()' drops 'const' qualifier"