noexcept operator outside function header #6290
|
Why does msvc compiler fails to compile LWG 4324 test, while gcc and clang do? godbolt example Tested on cl version 19.51.36243 for x64 fails with following errors Thank you |
Answered by
StephanTLavavej
May 18, 2026
Replies: 1 comment 2 replies
|
This is a compiler bug and can be reduced to a library-free repro. Can you file it on VS Developer Community? (Externally-submitted bugs carry more weight than ones I file myself.) |
2 replies
Answer selected by
jt-9
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a compiler bug and can be reduced to a library-free repro. Can you file it on VS Developer Community? (Externally-submitted bugs carry more weight than ones I file myself.)