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)
Change History (3)
by , 5 years ago
| Attachment: | t53sKgG.png added |
|---|
comment:1 by , 5 years ago
| Summary: | boost::property_tree::read_json throws exception → boost::property_tree::read_json throws exception (see attachment) |
|---|
comment:2 by , 5 years ago
| Component: | None → property_tree |
|---|---|
| Owner: | set to |
Note:
See TracTickets
for help on using tickets.

Screenshot of exception