Build fixes, conversion of wxString into utf-8 std::string

This commit is contained in:
Vojtech Kral
2018-09-19 10:34:21 +02:00
parent e695164451
commit 51d504c720
5 changed files with 19 additions and 6 deletions

View File

@@ -81,8 +81,8 @@ template<class Backend> class Zipper {
public:
Zipper(const std::string& /*zipfile_path*/) {
static_assert(Backend>::value,
"No zipper implementation provided!");
// static_assert(Backend>::value,
// "No zipper implementation provided!");
}
void next_entry(const std::string& /*fname*/) {}