From 29f856a8ef10f6580a7e780c889a561fd4d15a19 Mon Sep 17 00:00:00 2001 From: schodet Date: Sun, 12 Feb 2006 19:28:26 +0000 Subject: Toujours plus implicite. --- i/marvin/src/utils/any.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i/marvin/src/utils') diff --git a/i/marvin/src/utils/any.hh b/i/marvin/src/utils/any.hh index d04b263..55c8ee7 100644 --- a/i/marvin/src/utils/any.hh +++ b/i/marvin/src/utils/any.hh @@ -41,7 +41,7 @@ class any any (void); /// Constructor. template - explicit any (const T &value); + any (const T &value); /// Copy constructor. any (const any &other); /// Destructor. -- cgit v1.2.3