11 Nov
2010
11 Nov
'10
2:41 p.m.
On 11/11/2010 9:23 AM, Phil Ratzloff wrote:
I just compiled my project with the 1.45 beta and got the following error: boost_1_45_0_beta1/boost/property_tree/string_path.hpp(202): error C3861: 'assert': identifier not found
Build info: VC2010 Release Win32
It succeeds in Debug, but not in Release. I didn't encounter this with 1.44. It's a minor issue I can work around.
Sounds like a simple matter of adding #include <cassert> in the right place. Sebastian, we're going to hold the release for this. Can you please address it ASAP? And a suggestion for release+1: BOOST_ASSERT is to be preferred over assert in Boost code. Thanks, -- Eric Niebler BoostPro Computing http://www.boostpro.com