Boost logo

Boost :

From: Yitzhak Sapir (yitzhaks_at_[hidden])
Date: 2002-10-29 10:28:33


The BOOST_PP_EXPAND is unnecessary. Sorry about that.

On Tue, 29 Oct 2002, Yitzhak Sapir wrote:

> I think it would be useful (unless it already exists, but I don't see
> anything like it in the docs) to have something like this:
>
> #define BOOST_PP_WSTRINGIZE(x) \
> BOOST_PP_CAT(L,BOOST_PP_EXPAND(BOOST_PP_STRINGIZE(x)))

so this should be: BOOST_PP_CAT(L,BOOST_PP_STRINGIZE(x))

>
> Now: BOOST_PP_WSTRINGIZE(3) expands to L"3"


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