[type_traits] New version in master
13 Sep
2015
13 Sep
'15
6:23 p.m.
Hi John, Any particular reason why 'is_trivially_default_constructible' was not provided as just the functionally-equivalent of 'has_trivial_default_constructor'? Glen
14 Sep
14 Sep
8:09 a.m.
Any particular reason why 'is_trivially_default_constructible' was not provided as just the functionally-equivalent of 'has_trivial_default_constructor'?
Ummm, that would be because I forgot about those :/ There are a few traits like that which have changed name between TR1 and C++11, and I guess we should provide the new names as aliases. When I get a chance I'll deal with it. John.
3364
Age (days ago)
3365
Last active (days ago)
1 comments
2 participants
participants (2)
-
Glen Fernandes
-
John Maddock