#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 , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 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.
(In [66498]) add missing includes, fixes #4841