www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - C++ namespaces

reply Vasileios Anagnostopoulos via Digitalmars-d-learn writes:
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/>
Aug 28 2014
parent "Dicebot" <public dicebot.lv> writes:
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.
Aug 28 2014