Jeremy Rifkin

Results 171 comments of Jeremy Rifkin

Hi, gcc 8 is pretty old. I'm guessing it doesn't support some of the c++17 features that part of the code relies on. The quickest workaround would be to update...

It turns out it was just one part of the code that gcc 8 struggled with so I went ahead and changed it. Gcc 8 is now supported on dev,...

It’s possible CE’s trunk version of fmt is outdated

Thanks for opening this. We have only just started hosting msvc compilers ourselves, previously they were hosted by microsoft with an ancient version of CE that didn't have the new...

We might be able to revisit this now that we're hosting msvc compilers ourselves

This might be possible to revisit with the compiler overrides feature. I'm weary of specifying it by default without the user seeing it, even if it's the default for visual...

/E works (which writes to stdout), /P is writing to some file with a name other than what CE reads for assembly output. A better alternative to these flags is...