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

master
Marc Wäckerlin 11 years ago
parent 190b469d56
commit 2390fc06a1
  1. 2
      src/mrw/vector.hxx

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

Loading…
Cancel
Save