Re: Free BSD fix to CVS

2001-09-03 Thread R. Lahaye
SMiyate wrote: > "R. Lahaye" <[EMAIL PROTECTED]> wrote: > > > No, wchar.h is also missing on a FreeBSD system, > > all others, such as wctype.h etc., are missing as well. > > You are wrong. I've never used FreeBSD myself, but I *know* > how they implement multibyte/wide character supports in li

Re: Free BSD fix to CVS

2001-09-02 Thread Shigeru Miyata
In-Reply-To: <[EMAIL PROTECTED]> "R. Lahaye" <[EMAIL PROTECTED]> wrote: > No, wchar.h is also missing on a FreeBSD system, > all others, such as wctype.h etc., are missing as well. You are wrong. I've never used FreeBSD myself, but I *know* how they implement multibyte/wide character supports i

Re: Free BSD fix to CVS

2001-08-31 Thread R. Lahaye
SMiyata wrote: > So I guess (I don't have access to FreeBSD at the moment) > C++ wrapper is only missing: > > #include > > instead of > > #include No, wchar.h is also missing on a FreeBSD system, all others, such as wctype.h etc., are missing as well. So on a "proper" FreeBSD one needs to a

Re: Free BSD fix to CVS

2001-08-31 Thread Shigeru Miyata
In-Reply-To: <[EMAIL PROTECTED]> [EMAIL PROTECTED] (Lars Gullik =?iso-8859-1?q?Bj=F8nnes?=) wrote: > are there wide string/char support in FreeBSD at all? Yes. The rune_t concept is a far much superior implementation of the 32 bit width character support in libc than the traditional wchar_t con

Re: Free BSD fix to CVS

2001-08-31 Thread Yves Bastide
On Fri, Aug 31, 2001 at 12:32:48PM +0200, Lars Gullik Bjønnes wrote: > "R. Lahaye" <[EMAIL PROTECTED]> writes: > > | Hi, > | > | I'm running FreeBSD 4.3 (lattest official release) and there are problems > | with the "#include " lines in boost/boost/detail/limits.hpp. > | All the wide character f