Jonathan Emmett

Results 6 comments of Jonathan Emmett

Hi - I'm a developer on the MSVC team and am working on finishing the coroutine support in VS 2019. We've recently harnessed cppcoro as part of our internal testing...

@lewissbaker Sort of - that was a bug with resolving certain names within a lambda, it doesn't necessarily need to be immediately invoked. It's specific to using /std:c++latest, but can...

@tnovotny @NN--- There is a known bug we are tracking internally related to exceptions not being caught on x86 only. I can't say for sure this is the same test...

@NN--- If it's the same bug, it's an issue with the exception in the "cancel read" test in file_tests.cpp not being caught. It's specific to X86 and only in optimized...

> It seems this might warrant opening a ticket on MSVC’s side. When building with /permissive-, the code compiles successfully, which suggests that the failure occurs due to MSVC 2026’s...

We fixed a different bug -- one that would too-eagerly exclude the templated operator during reference binding. A conversion operator of type `T` is not a candidate when converting to...