Hi,
In my last commit, I use an extension of the C++ standard template library that is only implemented in g++ (and also in a few other compilers).
Practically, that means that currently the preprocessor cannot be compiled with a compiler different from g++.
Is this a problem for you? If it is, then I can provide an alternative implementation of this extension, for compilers other than g++.
This isn't a problem for me, but it would better not to restrict too much the list of compilers that can compile the preprocessor.
Best
Michel
Sébastien Villemot wrote:
Hi,
In my last commit, I use an extension of the C++ standard template library that is only implemented in g++ (and also in a few other compilers).
Practically, that means that currently the preprocessor cannot be compiled with a compiler different from g++.
Is this a problem for you? If it is, then I can provide an alternative implementation of this extension, for compilers other than g++.