Make travis happy

On older stdlibc++ the default constructor of a stringstream is deleted.
This commit is contained in:
Geert Janssens
2018-02-24 21:36:39 +01:00
parent 61a21d12c6
commit 10ab87d95c

View File

@@ -598,7 +598,7 @@ static std::string migrate_gnc_datahome()
gen.add_messages_domain(PACKAGE);
// std::locale::global(gen(""));
auto migration_msg = std::stringstream ();
std::stringstream migration_msg;
migration_msg.imbue(gen(""));
if (copy_recursive (old_dir,