$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Python port development
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2010-07-25 12:03:33
Le 09/07/2010 21:14, Steven Watanabe wrote:
> It would probably be clearer to use
> char test[(sizeof(wchar_t) >= 4)? 1 : -1];
Isn't
BOOST_STATIC_ASSERT(sizeof(wchar_t) >= 4)
quite more simple and explicit?