$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Paul Mensonides (pmenso57_at_[hidden])
Date: 2002-10-29 16:30:57
----- Original Message -----
From: "Yitzhak Sapir" <yitzhaks_at_[hidden]>
> 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"
I'll put it on my list of things to add or modify. It's just an oversight
that it isn't already there. Thanks for the tip.
Paul Mensonides