$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2008-05-27 16:32:13
Peter Dimov wrote:
> Beman Dawes wrote:
>
>> BOOST_NO_UNICODE_CHAR_TYPES // no char16_t or char32_t
>
> I'd split this into
>
> BOOST_NO_CHAR16_T
> BOOST_NO_CHAR32_T
>
> mostly because it's clearer.
Agreed.
--Beman