Subject: [Boost-users] Concept DefaultConstructible vs type traits has_trivial_constructor
From: Hicham Mouline (hicham_at_[hidden])
Date: 2009-04-09 07:22:32


Hi,

What is the difference between the 2?

For a type T,
can it be DefaultConstructible and has_trivial_constructor<T> is false?

Rds,