Home
last modified time | relevance | path

Searched hist:"509853 bbfdebbc17531d889f27d940d8f0d54b17" (Results 1 – 2 of 2) sorted by relevance

/freebsd/include/
H A D_ctype.hdiff 509853bbfdebbc17531d889f27d940d8f0d54b17 Tue Feb 05 07:21:34 CET 2002 Rob Braun <bbraun@FreeBSD.org> 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
diff 509853bbfdebbc17531d889f27d940d8f0d54b17 Tue Feb 05 07:21:34 CET 2002 Rob Braun <bbraun@FreeBSD.org> 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 509853bbfdebbc17531d889f27d940d8f0d54b17 Tue Feb 05 07:21:34 CET 2002 Rob Braun <bbraun@FreeBSD.org> 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
diff 509853bbfdebbc17531d889f27d940d8f0d54b17 Tue Feb 05 07:21:34 CET 2002 Rob Braun <bbraun@FreeBSD.org> 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