
1 Sep
2004
1 Sep
'04
6:17 p.m.
John Maddock wrote:
I'll try and commit some patches this week, if no-one objects I'll use:
Thanks. FYI, TT_AUX_IS_CONVERTIBLE_FROM_FLOAT_CV_SPEC in type_traits/is_convertible.hpp needs a slightly less mechanical change: - TT_AUX_IS_CONVERTIBLE_SPEC_2(F,long long) \ + TT_AUX_IS_CONVERTIBLE_SPEC(F,long_long_type) \ + TT_AUX_IS_CONVERTIBLE_SPEC(F,ulong_long_type) \ Aaron W. LaFramboise