$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [inspect] added new check for C-style assert macro (was: [property_tree][showstopper][1.45] missing include in string_path.hpp)
From: Daniel James (dnljms_at_[hidden])
Date: 2010-11-11 18:52:34
On 11 November 2010 23:08, Eric Niebler <eric_at_[hidden]> wrote:
>
> I just modified the inspect tool to check for the presence of C-style
> assert in Boost code. Everybody should be using BOOST_ASSERT. (Right?)
Not always, example code should use 'assert'.
Daniel