Opened 12 years ago
Closed 11 years ago
#5424 closed Bugs (fixed)
boost property tree 1.46.0 assertion is ambiguous error
Reported by: | ville | Owned by: | Sebastian Redl |
---|---|---|---|
Milestone: | To Be Determined | Component: | property_tree |
Version: | Boost 1.46.0 | Severity: | Showstopper |
Keywords: | Cc: |
Description
g++ (GCC) 4.5.2 20110127 (prerelease) boost 1.46.0 property tree: "/usr/include/boost/property_tree/detail/json_parser_read.hpp:184:17: error: reference to ‘assertion’ is ambiguous"
Easily fixed by properly qualifying 'assertion' like 'boost::spirit::classic::assertion'.
Attachments (1)
Change History (3)
by , 12 years ago
Attachment: | boost_1460_property_tree_detail_json_parser_read_hpp.patch added |
---|
comment:1 by , 12 years ago
Component: | None → property_tree |
---|---|
Owner: | set to |
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed some time ago.