This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [libstdc++] Patch: std_cwctype and iswblank


> So, given that lots of system runtimes aren't yet up to C99, shouldn't 
> these be protected in libstdc++ using _ISOC99_SOURCE (or whatever the 
> appropriate portable macro is)?

yeah. see how the rest of C99 support is done in say cstdlib or cmath and 
just do this file the same way.

thanks,
benjamin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]