From f568d27ea5c68d693900cc36a04f975027f52220 Mon Sep 17 00:00:00 2001 From: dufourj Date: Sun, 12 Feb 2006 19:06:06 +0000 Subject: Suppression du explicit pour la compilation sous g++-4 --- i/marvin/src/utils/any.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i') diff --git a/i/marvin/src/utils/any.hh b/i/marvin/src/utils/any.hh index e61f312..d04b263 100644 --- a/i/marvin/src/utils/any.hh +++ b/i/marvin/src/utils/any.hh @@ -43,7 +43,7 @@ class any template explicit any (const T &value); /// Copy constructor. - explicit any (const any &other); + any (const any &other); /// Destructor. ~any (void); /// Swap content between two any objects. -- cgit v1.2.3