Gcc-4.8 doesn't have std::codecvt.

Use boost::locale::conv::utf_to_utf instead.
This commit is contained in:
John Ralls
2018-03-09 16:28:00 -08:00
parent 10b7cbc257
commit 867fdce4e4
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,6 @@
#include <iostream>
#include <locale>
#include <typeinfo> // For std::bad_cast exception
#include <codecvt> // UTF-8 <--> UTF16 conversion
#include "gnc-rational-rounding.hpp"
class GncRational;