C++Builder: classic compiler vs clang
Pro et contra
I use C++Builder 10.1 (Berlin) that proposes both 'classic' bcc32 compiler and new clang bcc32c. Whether do you rather to use classic compiler or to switch to clang? The answer is not quite simple.
The advantages of new clang compiler:
- more of C++11 language …