From 10ab87d95c2ad59a95383ee99ed5669c2893cb80 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Sat, 24 Feb 2018 21:36:39 +0100 Subject: [PATCH] Make travis happy On older stdlibc++ the default constructor of a stringstream is deleted. --- libgnucash/core-utils/gnc-filepath-utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgnucash/core-utils/gnc-filepath-utils.cpp b/libgnucash/core-utils/gnc-filepath-utils.cpp index ecf4db9b26..38fe1c9863 100644 --- a/libgnucash/core-utils/gnc-filepath-utils.cpp +++ b/libgnucash/core-utils/gnc-filepath-utils.cpp @@ -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,