Boost logo

Boost :

From: Yitzhak Sapir (yitzhaks_at_[hidden])
Date: 2002-10-29 10:03:39


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)))

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