David Lindauer

Results 362 comments of David Lindauer

i made the -i switch preprocess only; then used the -o switch to specify a preprocessed output file

so i've started on c++17 support now; im thinking in terms of trying to get a release with this and C2X support sometime around christmas. It will also be time...

the major things left are copy elision and CTAD... there are a couple of minor things as well. I figure I can get through most of this in a couple...

I have one more feature to add: lambda capture of *this. It shouldn't be a big deal... after that I'll seriously try compiling some stuff in c++17 mode to see...

so im back to working on this - added lambda capture of *this and fixed some bugs with lambda functions. I'm in the process of compiling against the c++17 version...

so making progress. Over the last few weeks ive rewritten the constexpression handling to handle various use cases that came up with running the lbcxx tests for c++17.... I'm slowly...

this seems resolved so i'm closing it.

maybe I will plan this for right after the C23 support... I could also finish cleaning up the libcob support as it isn't quite there yet lol...

we eventually switched to the PELLES C windows headers, which should be much better at unicode support. Since we have a separate issue #478 for winvi I will close this.

there is progress being made on this as the compiler is transitioned into using more and more C++ containers