Closed geoyee closed 1 month ago
Hi, thanks for the issue. I'll get back to you once I had a chance to look at it. Probably in the next few days or next week.
Hi, thanks for the issue. I'll get back to you once I had a chance to look at it. Probably in the next few days or next week.
Thanks, looking forward to your reply~
If you try out the latest commit on master, it should now compile with an up-to-date version of GCC again.
Hi, when i build this project by cmake (WSL2 and GCC 9/11+), i get some errors :
I found this to be the wrong way to use, we should not use
reinterpret_cast
inconstexpr
function, but i know this project compiles on GCC 7+ and successfully. If i want to use GCC 9/11+, what should i do?Thank you!