seanbaxter / circle

The compiler is available for download. Get it!
http://www.circle-lang.org/
2.35k stars 72 forks source link

More constexpr stuff that doesn't compile. #115

Open mcourteaux opened 2 years ago

mcourteaux commented 2 years ago

I'm fully aware that magic_enum is kinda the project you won't need with Circle, but I'm gently getting know Circle, and don't feel like going all-in yet, and would like it to first compile my entire project, as-is.

https://github.com/Neargye/magic_enum/blob/ed09da9f36493e35b8a1a32e16825d08cc47314d/include/magic_enum.hpp#L885-L898

My output looks like this: image

seanbaxter commented 2 years ago

thanks, i'm taking a look.