$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Python port development
From: Gevorg Voskanyan (v_gevorg_at_[hidden])
Date: 2010-07-25 13:53:37
Mathias Gaunard wrote:
> 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?
When doing configuration checks, no, as the system at hand might not have boost
libraries installed.
Gevorg