$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (dgregor_at_[hidden])
Date: 2008-05-29 10:07:41
On Thu, 2008-05-29 at 09:58 -0400, Beman Dawes wrote:
> Beman Dawes wrote:
>
> > BOOST_NO_UNICODE_LITERALS // no Unicode literals
>
> Grrr... At least one compiler beta is supporting u and U literals, but
> not U8 literals.
Will that vendor be supporting U8 literals before the final release? We
don't need to cope with non-released compilers.
- Doug