Question: Simple code as below or godbolt has different results from gcc, clang and Visual Studio. It seems that gcc does not allow any type of capture if the lambda is in function trailing return type (or noexcept(noexcept(…))). clang is ...