Searched defs:AllowDeprecatedAbs (Results 1 – 1 of 1) sorted by relevance
36035 struct AllowDeprecatedAbs : AllowDeprecatedAbsFixed<T> {}; struct36037 template<> struct AllowDeprecatedAbs<int> : TrueType {}; struct36038 template<> struct AllowDeprecatedAbs<long> : TrueType {}; struct