Specifying C++ symbols in C++ namespaces

Paulo Pinto pjmlp at progtools.org
Mon Apr 7 01:32:09 PDT 2014


On Monday, 7 April 2014 at 08:06:11 UTC, Ola Fosheim Grøstad 
wrote:
> On Monday, 7 April 2014 at 01:35:37 UTC, Michel Fortin wrote:
>> Modules are already in use on OS X for some system frameworks. 
>> It can result in slightly improved compile times. It has been 
>> enabled by default for new Xcode projects for some time.
>
> Thanks for sharing, I wasn't aware of that. That means that 
> clang will make this a priority. But I guess clang is a long 
> way from not having end users write their own header files 
> still.

clang developers are the ones driving the ISO C++ Modules working 
group, so whatever clang does, it will eventually be the standard.

--
Paulo


More information about the Digitalmars-d mailing list