Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 15 Oct 2014 15:05:31 +0300
From: Sergey Dmitrouk <sdmitrouk@...esssoftek.com>
To: "musl@...ts.openwall.com" <musl@...ts.openwall.com>
Subject: Re: Constants to decode __ctype_b_loc() table

On Wed, Oct 15, 2014 at 04:32:07AM -0700, Szabolcs Nagy wrote:
> so used by libstdc++ and libc++

libc++ fails to build against musl as libc, because it doesn't know
values of masks (for glibc there is an ifdef).

> iirc the meaning of the bits are defined in the c++ standard

22.4.1 [category.ctype] of C++ standard doesn't define exact values.
Comment before the values says:

 > numeric values are for exposition only.

So it seems to be implementation defined.

Regards,
Sergey

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.