From 2390fc06a17d6a2e26804f4f30b0c1b79344a9f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Fri, 28 Mar 2014 12:15:29 +0000 Subject: [PATCH] fixed a lot of issues, now successfully runs the test with --enable-pedantic; refs #8 --- src/mrw/vector.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mrw/vector.hxx b/src/mrw/vector.hxx index a3f8455..7d9ed11 100644 --- a/src/mrw/vector.hxx +++ b/src/mrw/vector.hxx @@ -73,7 +73,7 @@ template throw(std::bad_exception) { std::vector copy(l); copy.push_back(o); - return ; + return copy; } /* @brief push a char* to a vector of string