
10 Mar
2011
10 Mar
'11
4 p.m.
AMDG On 03/10/2011 04:54 AM, Frédéric Bron wrote:
Thanks to Christopher Jefferson, I discovered a bug in the trunk (in fact in 1.46.0) for is_base_of in the type_traits library.
is_base_of<int, int>::value should be true according to the doc: "is_base_of<Base, Base>::value is an integral constant expression that evaluates to true: a class is regarded as it's own base.
int is not a class. In Christ, Steven Watanabe