Re: [Boost-bugs] [Boost C++ Libraries] #5213: Boost 1.46 headers no longer compile on WinCE

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5213: Boost 1.46 headers no longer compile on WinCE
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-02-23 17:44:26


#5213: Boost 1.46 headers no longer compile on WinCE
-------------------------------+--------------------------------------------
  Reporter: anonymous | Owner: bemandawes
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: utility
   Version: Boost 1.46.0 | Severity: Regression
Resolution: | Keywords:
-------------------------------+--------------------------------------------
Changes (by steven_watanabe):

  * owner: => bemandawes
  * component: None => utility

Comment:

 I think this has been fixed in the trunk already.
 Personally, I think it would be better to use

 {{{
 #!c++
 #define BOOST_ASSERT_MSG(expr, msg) assert(!!(expr) && msg)
 }}}

 That way

  * We don't #include <iostream> everywhere
  * It will work correctly for Windows applications with no console
  * The behavior will automatically be consistent with assert

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/5213#comment:1>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:05 UTC