$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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"