[libstdc++] Patch: std_cwctype and iswblank

Joseph S. Myers jsm28@cam.ac.uk
Wed Jun 20 03:30:00 GMT 2001


On Tue, 19 Jun 2001, Mumit Khan wrote:

> Currently std_cwctype.h uses iswblank, which AFAIK is a GNU extension,
> and this causes compilation of anything including cwctype to fail on 
> non-GNU OSs.

isblank and iswblank are C99 features (not in AMD1) so should be handled 
as such, not (now) GNU extensions.

-- 
Joseph S. Myers
jsm28@cam.ac.uk



More information about the Libstdc++ mailing list