Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#4841 closed Bugs (fixed)

string_path.hpp(202): error C3861: 'assert': identifier not found

Reported by: Eric Niebler Owned by: Sebastian Redl
Milestone: Boost 1.45.0 Component: property_tree
Version: Boost 1.44.0 Severity: Showstopper
Keywords: Cc: Phil.Ratzloff@…

Description

Phil.Ratzloff@… writes:

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.

Change History (2)

comment:1 by Eric Niebler, 12 years ago

Resolution: fixed
Status: newclosed

(In [66498]) add missing includes, fixes #4841

comment:2 by Eric Niebler, 12 years ago

(In [66499]) Merged revisions 66498 via svnmerge from https://svn.boost.org/svn/boost/trunk

........

r66498 | eric_niebler | 2010-11-11 15:28:11 -0500 (Thu, 11 Nov 2010) | 1 line

add missing includes, fixes #4841

........

Note: See TracTickets for help on using tickets.