From b47988977202bd66a9946945fbd85a40560587b7 Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Fri, 1 Jul 2005 22:37:30 +0000 Subject: [PATCH] No need to init for default constructor [SVN r29869] --- test/common/init.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/common/init.hpp b/test/common/init.hpp index a39518b9..22c77065 100644 --- a/test/common/init.hpp +++ b/test/common/init.hpp @@ -15,7 +15,6 @@ struct default_construct static void test () { E default_constuct; - initialize_vector (default_constuct); std::cout << "default construct = " << default_constuct << std::endl; } };