Sebastian Troy

Results 6 comments of Sebastian Troy

Built with cmake 3.14, I just downloaded your project and tried to build it in QtCreator

I think the important thing to remember is that this migration will be with the full support of modules. Cppfront is not consumer ready yet, it might be around the...

Hard to be certain given that they aren't really implemented yet but certainly the intention is that #include is still supported alongside module, even within the same file On 17...

Instead of switching to the default and requiring mut, or similar, perhaps :== could imply const? On 24 November 2023 14:44:36 Nick Treleaven ***@***.***> wrote: Declaring a runtime constant is...

I suspect that with cpp2 and modules, the idea of headers and class files is likely to be dropped altogether, As such I suspect that if you want to present...

Those defines are defined somewhere in files, either generated by the compiler, shipped with it, or set as arguments to the compile call. All of these cases can use constexpr...