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