August 29, 2014
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.
-- 
Dr. Vasileios Anagnostopoulos (MSc,PhD)
Researcher/Developer
ICCS/NTUA 9 Heroon Polytechneiou Str., Zografou 15773 Athens,Greece
T (+30) 2107723404 M (+30) 6936935388
E vanag@mail.ntua.gr<mailto:vanag@mail.ntua.gr> www.ntua.gr<
http://www.ntua.gr/>


August 29, 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.