From 207efb83b1d2866be9d6c9771d2fcaeb27e73eb0 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Sun, 24 Jul 2005 11:39:24 +0000 Subject: Removed implicit conversion to T* for smart pointers. --- tests/utility/smartPtrTest.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/utility/smartPtrTest.cpp') diff --git a/tests/utility/smartPtrTest.cpp b/tests/utility/smartPtrTest.cpp index 44b634a6..9a7eb539 100644 --- a/tests/utility/smartPtrTest.cpp +++ b/tests/utility/smartPtrTest.cpp @@ -70,9 +70,6 @@ namespace assert_true("6", r1 == vmime::null); assert_true("7", vmime::null == r1); assert_eq("8", static_cast (0), r1.get()); - - const A* p = r1; - assert_eq("9", static_cast (0), p); } void testRefCounting() -- cgit v1.2.3