Boost logo

Boost :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-07-26 01:56:19


Hi Rene,

> Did some more investigation and the basic reason for the failure is that
> the CW8 lexer doesn't do phase 1 translations of the universal character
> names. So for string like: L"--foo=\u044F", the "\u044F" is translated
> into 'u'+'0'+'4'+'4'+'F'. The workaround, which should apply to any
> compiler that doesn't do universal character names, is to use "\x044F"
> instead:

Thanks for investigating! I've committed your patch.

Thanks,
Volodya


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk