
12 Nov
2010
12 Nov
'10
12:11 a.m.
----- Original Message ----- From: "Daniel James" <dnljms@gmail.com> To: <boost@lists.boost.org> Sent: Friday, November 12, 2010 12:52 AM Subject: Re: [boost] [inspect] added new check for C-style assert macro (was: [property_tree][showstopper][1.45] missing include in string_path.hpp)
On 11 November 2010 23:08, Eric Niebler <eric@boostpro.com> 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'.
+1. The check should be limited to the boost directory and the src subdirectories. Vicente