Hi, I am obviously one of the few (=1) people which use the actual Embarcadero C++ :).
It is now a Clang compiler with some Embarcadero specialities. Therefore it compiles most of the nim generated C or C++ code (I can boot compile the nim compiler with it). For this I had to introduce some when defined ... , because Embarcadero still uses some function names without leading underscore in its std lib (at less than 5 locations as far as I found out).
Since Embarcadero C++ is the successor of the Borland C++ I am wondering what would be the better way:
Personally I think the BCC target is not useful any more and should be removed completely (Is anyone using it? - please hands up). Making a new target for Embarcadero would be useless because Clang works - I only need to patch the standard library here and there and introduce a new define (name?).
Thoughts ?