2 May
2024
2 May
'24
12:10 a.m.
Hi
On 2 May 2024, at 10:07 am, Herb Sutter via webkit-dev <webkit-dev@lists.webkit.org> wrote:
We’ve had full C++20 including concepts for a couple of years so I wasn’t sure what problem you were running into… are you encountering bugs in those features? or you can’t turn on /std:c++20 for some reason? or are you using an older pre-concepts (pre-VS2022 17.0) compiler?
Thanks for any feedback you have time to share.
Herb
We’ve had issues where some use of concepts made the latest MSVC compiler crash See https://searchfox.org/wubkat/source/Source/WTF/wtf/TypeTraits.h#145-172 See https://bugs.webkit.org/show_bug.cgi?id=261598 Jean-Yves