
12 Jun
2007
12 Jun
'07
2:36 p.m.
On 06/11/2007 11:59 AM, Larry Evans wrote:
The reason for the question in subject is explained in the following post:
http://thread.gmane.org/gmane.comp.parsers.spirit.devel/3121/focus=3195
Never mind. The problem is probably because the dynamic_bitset CTOR expects a std::size_t and that's not large enough to handle the range of wchar_t; hence, the CTOR arg is converted to 0 which, I assume, is not a good value for num_bits. Sorry for noise :(