mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Make travis happy
On older stdlibc++ the default constructor of a stringstream is deleted.
This commit is contained in:
@@ -598,7 +598,7 @@ static std::string migrate_gnc_datahome()
|
|||||||
gen.add_messages_domain(PACKAGE);
|
gen.add_messages_domain(PACKAGE);
|
||||||
|
|
||||||
// std::locale::global(gen(""));
|
// std::locale::global(gen(""));
|
||||||
auto migration_msg = std::stringstream ();
|
std::stringstream migration_msg;
|
||||||
migration_msg.imbue(gen(""));
|
migration_msg.imbue(gen(""));
|
||||||
|
|
||||||
if (copy_recursive (old_dir,
|
if (copy_recursive (old_dir,
|
||||||
|
|||||||
Reference in New Issue
Block a user