Opened 5 years ago

Last modified 5 years ago

#13174 new Bugs

boost::property_tree::read_json throws exception (see attachment)

Reported by: anonymous Owned by: Sebastian Redl
Milestone: To Be Determined Component: property_tree
Version: Boost 1.64.0 Severity: Problem
Keywords: Cc:

Description

boost::property_tree::ptree tree;
std::stringstream ss("{\"name\": \"test\"}");
boost::property_tree::read_json(ss, tree);

Attachments (1)

t53sKgG.png (29.3 KB ) - added by anonymous 5 years ago.
Screenshot of exception

Download all attachments as: .zip

Change History (3)

by anonymous, 5 years ago

Attachment: t53sKgG.png added

Screenshot of exception

comment:1 by anonymous, 5 years ago

Summary: boost::property_tree::read_json throws exceptionboost::property_tree::read_json throws exception (see attachment)

comment:2 by anonymous, 5 years ago

Component: Noneproperty_tree
Owner: set to Sebastian Redl
Note: See TracTickets for help on using tickets.