You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-i18n/zinnia/files/zinnia-0.06-c++-2011.patch

12 lines
235 B

--- /trainer.cpp
+++ /trainer.cpp
@@ -103,7 +103,7 @@
if (!fn) {
return false;
}
- x_.push_back(std::make_pair<std::string, FeatureNode *>(y, fn));
+ x_.push_back(std::make_pair(y, fn));
return true;
}