So what exactly is coming with extended C++ support?

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Wed Oct 15 10:31:38 PDT 2014


On 10/14/14, 11:18 PM, Jacob Carlborg wrote:
> On 2014-10-15 01:01, Andrei Alexandrescu wrote:
>
>> Correct. Here's the syntax on the C++ side:
>> http://en.wikipedia.org/wiki/C++11#Extern_template -- Andrei
>
> "extern template class std::vector<MyClass>;
>
> which tells the compiler NOT to instantiate the template in this
> translation unit."
>
> That sounds like the complete opposite of what's needed.

C++11 includes C++03. -- Andrei



More information about the Digitalmars-d mailing list