bugfix, possible crash

This commit is contained in:
Marc Wäckerlin
2016-09-28 15:02:21 +00:00
parent c8dbfd6434
commit 032c5e750d
13 changed files with 597 additions and 35 deletions

View File

@@ -91,7 +91,7 @@ template <typename T, typename A>
throw(std::bad_exception) {
std::list<T, A> copy(l);
copy.push_back(o);
return ;
return copy;
}
/* @brief push a char* to a list of string