Boost logo

Boost-Build :

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?


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk