$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Torjo (john.lists_at_[hidden])
Date: 2003-12-08 19:27:49
>
>
> Trivial example: A compile time algorithm to transform an string literal to
> a widestring literal.
>
How about
#define wide(x) L##x
;)
Best,
John