On 6/18/07, Hubert Figuiere <hfiguiere teaser fr> wrote:
> A simpler and faster solution would just be to scan all public headers > for known C++ keywords, it would also avoid the (build time) dependency > of a C++ compiler. I don't agree with that one. It is much simplier to add a C++ compile test. Afterall, which platform does not have a C++ compiler? Why reinventing the wheel yet again to make it square?
Do all embedded platforms have a C++ compiler? And are there really that many C++-specific keywords?