Opened 12 years ago
Closed 12 years ago
#5052 closed Bugs (invalid)
ptree's front() returns wrong data when using xml_parser::no_comments flag
Reported by: | Owned by: | Sebastian Redl | |
---|---|---|---|
Milestone: | To Be Determined | Component: | property_tree |
Version: | Boost 1.45.0 | Severity: | Problem |
Keywords: | xml | Cc: |
Description
Launch attached code.
Expected: Node value retrieved and printed.
Actual: terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::property_tree::ptree_bad_path> >'
what(): No such node (name)
Attachments (2)
Change History (4)
by , 12 years ago
Attachment: | xml_parser_bug.cpp added |
---|
comment:1 by , 12 years ago
Misuse of logical\bitwise operator when composing resulting flag, pls close the ticket.
comment:2 by , 12 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
source code