
On Tue, Feb 15, 2011 at 10:06 AM, Steven Watanabe <watanabesj@gmail.com> wrote:
Text files modified: branches/release/boost/static_assert.hpp | 10 ++++- branches/release/libs/utility/assert.html | 74 ++++++++++++++++++++++++++++++++++----- branches/release/libs/utility/assert_test.cpp | 44 +++++++++++++++++++++++ 3 files changed, 116 insertions(+), 12 deletions(-)
First of all, this breaks the tests because it merges the tests for BOOST_ASSERT_MSG, but not the header.
Grrr. Failed to commit that part of the change. Fixed. Thanks for the quick heads up!
Second, this is a new feature. Shouldn't it wait till after 1.46 goes out?
Traditionally, yes. But (1) it seems like a pretty harmless change, and this is a "not really part of any library" merge that is always being forgotten. There was already a prior change to assert.hpp that had never been merged to release. And (2) part of the point of more time between beta and release is to allow time for more changes to get into release. We need to formalize that as we do the schedule for 1.47.0, but I'm already moving in that direction. --Beman