C++ namespaces

Dicebot via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Aug 28 19:17:21 PDT 2014


On Friday, 29 August 2014 at 02:10:56 UTC, Vasileios 
Anagnostopoulos via Digitalmars-d-learn wrote:
> Hi,
>
> in  the 2.066 changelog I saw something for supporting c++ 
> namespaces. I
> thought 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.


More information about the Digitalmars-d-learn mailing list