C++Builder support for ISO C++ in version 10.4 Sydney

FireWind

Свой
Регистрация
2 Дек 2005
Сообщения
1,957
Реакции
1,199
Credits
4,009
C++Builder support for ISO C++ in version 10.4 Sydney
26 Jul 2020 by DavidI
[SHOWTOGROUPS=4,20,22]
There have been several questions on forums and Stack Overflow about ISO C++ language support in the most recent release of C++Builder. This post includes links and information about C++Builder compilers that are built on top of the Clang open source compilers.

The ISO C++, 10.4 Sydney C++Builder and Clang version information is as follows:

Для просмотра ссылки Войди или Зарегистрируйся

CompilerPlatformClang VersionLLVM Version
BCC32C32-bit Windows5.05.0
BCC32X32-bit Windows5.05.0
BCC6464-bit Windows5.05.0
BCCIOSARM32-bit iOS3.33.3
BCCIOSARM6464-bit iOS3.33.5
BCCAARMAndroid3.33.3

You can find Clang/LLVM ISO C++ Status information at Для просмотра ссылки Войди или Зарегистрируйся
  • Clang 3.3 and later implement all of the ISO C++ 2011 standard.
  • Clang 3.4 and later implement all of the ISO C++ 2014 standard.
  • Clang 5 and later implement all the features of the ISO C++ 2017 standard.

David Millington, Product Manager for C++Builder, also keeps the Embarcadero C++Builder information updated on the C++ Reference site at Для просмотра ссылки Войди или Зарегистрируйся. On this page you can look at the different ISO C++ language releases to see what many compilers support in their compiler releases.
[/SHOWTOGROUPS]