fixed a lot of issues, now successfully runs the test with --enable-pedantic; refs #8

This commit is contained in:
Marc Wäckerlin
2014-03-28 12:15:29 +00:00
parent 190b469d56
commit 2390fc06a1

View File

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