DIP 1007 Preliminary Review Round 1
Ola Fosheim Grøstad via Digitalmars-d
digitalmars-d at puremagic.com
Mon Apr 24 08:22:15 PDT 2017
On Monday, 24 April 2017 at 15:03:53 UTC, Mike Parker wrote:
> DIP 1007 is titled "'future symbol' Compiler Concept".
«In all the mentioned languages but D, a common convention is to
only use unqualified access for symbols in the standard library.»
Not quite right for C++. The common convention in modern C++ is
to use full std::name qualification for the standard library. It
is common to use unqualified access for the local namespace(s)
only.
More information about the Digitalmars-d
mailing list