POD

Jacob Carlborg doob at me.com
Sat Dec 29 04:38:54 PST 2012


On 2012-12-29 00:53, Andrej Mitrovic wrote:

> I suggest we implement a compiler trait via __traits(isPOD, Type).
> C++11 has is_pod, D should have a Phobos template that wraps around
> the new trait.

Do we need a new trait, can't this be done in pure D?

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list