From 3008592ecb1f6fa545d6594caf1d518a83a00239 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Wed, 2 Oct 2013 14:06:38 +0000 Subject: [PATCH] offer alternate instanciation also for new compilers; refs #6 --- src/mrw/args.hxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mrw/args.hxx b/src/mrw/args.hxx index 05057dd..f59dfdc 100644 --- a/src/mrw/args.hxx +++ b/src/mrw/args.hxx @@ -175,11 +175,9 @@ namespace mrw { } struct decl { typedef std::vector param_list; -#ifdef MRW__OLD_PRE11_COMPILER decl(std::string p1, std::string p2, std::string p3, param_list p4): short_arg(p1), long_arg(p2), desc(p3), params(p4) { } -#endif std::string short_arg; std::string long_arg; std::string desc;