Issues with noexcept and lambda captures in C++20 leading to ambiguous overloads
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-08-23
c++20 noexcept lambdas
I'm encountering a puzzling compiler error related to `noexcept` and lambda captures in C++20. I have a lambda that captures some local variables and returns a ...