$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Paul Mensonides (pmenso57_at_[hidden])
Date: 2002-11-07 22:06:39
For those who might be interested, I changed the name "SET" to "SEQ" (for
sequence) in the CVS as requested.
I also added BOOST_PP_WSTRINGIZE (as requested also) which produces a
wide-character string literal:
BOOST_PP_WSTRINGIZE(some text) // L"some text"
Paul Mensonides