[ragel-users] terminate called after throwing an instance of 'std::bad_alloc'
Bob Paddock
graceindustries at gmail.com
Tue Apr 14 11:50:47 UTC 2009
> PD: Note that it worked fine in 32 bits (same grammar, some Ragel version).
The most common cause for this is a cast to a long or unsigned long,
where size_t should be used.
More information about the ragel-users
mailing list