Hi,in the 2.066 changelog I saw something for supporting c++ namespaces. Ithought this was not possible.Which implementation does this refer? (compiler/architecture) thank you very much.
Usually all C/C++ features are implemented in terms of "host C compiler" - dominant compiler for the specific platform. Thus gcc/clang for linux/macos, msvcc for Windows etc.