Opened 9 years ago

#8631 new Support Requests

property_three - use user std::locale

Reported by: shirshov evgeny <381677383@…> 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)

property_pree_locale.patch (9.9 KB ) - added by shirshov evgeny <381677383@…> 9 years ago.

Download all attachments as: .zip

Change History (1)

by shirshov evgeny <381677383@…>, 9 years ago

Attachment: property_pree_locale.patch added
Note: See TracTickets for help on using tickets.