hanickadot / compile-time-regular-expressions

Compile Time Regular Expression in C++
https://twitter.com/hankadusikova
Apache License 2.0
3.32k stars 183 forks source link

MSVC with -Zc:char8_t #271

Closed tiagomacarios closed 2 years ago

tiagomacarios commented 2 years ago

The latest released version 3.7 fails to compile with MSVC when the -Zc:char8_t is used - https://microsoft.godbolt.org/z/n6hcdMood I believe hanickadot/compile-time-regular-expressions@a4faab8abada9e8e22c4fcb1db9e3779e2d30a93 fixed the issue unintentionally - https://microsoft.godbolt.org/z/oezr6xx15

Would it be possible to publish a new release with the fix?

hanickadot commented 2 years ago

the links doesn't work, probably some problém with the compiler explorer 🤷🏻‍♀️

hanickadot commented 2 years ago

v3.7.1 released