Opened 9 years ago
#8631 new Support Requests
property_three - use user std::locale
| Reported by: | Owned by: | Sebastian Redl | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | property_tree | 
| Version: | Boost 1.53.0 | Severity: | Cosmetic | 
| Keywords: | property_tree locale | Cc: | 
Description
property_tree use locale::global(). :(. Unfortunately "std::locale::global" global process property. In multytread programm this problem.
Perhaps a small patch will improve the situation:
property_tree pt; pt.put_value(12345, locale(""));
Attachments (1)
  Note:
 See   TracTickets
 for help on using tickets.
    