Searched hist:90231 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/include/
H A D_ctype.hdiff 90231 Tue Feb 05 04:21:34 MST 2002 bbraun Makes __istype() an inline (and a non inlined) function to avoid C++
compile issues. std::isspace(' ') was expanding to std::(!!_maskrune...)
which would cause a C++ compile error. Making __istype() an inline
causes the expansion to be std::__istype() instead, which is valid.

Reviewed by: jkh
H A Dctype.hdiff 90231 Tue Feb 05 04:21:34 MST 2002 bbraun Makes __istype() an inline (and a non inlined) function to avoid C++
compile issues. std::isspace(' ') was expanding to std::(!!_maskrune...)
which would cause a C++ compile error. Making __istype() an inline
causes the expansion to be std::__istype() instead, which is valid.

Reviewed by: jkh

Completed in 64 milliseconds