From a428411c1b1ae37b3ac8c415594e1722c2eedb03 Mon Sep 17 00:00:00 2001 From: Franz Detro Date: Mon, 11 Feb 2013 12:34:53 +0100 Subject: [PATCH] fix warnings in boost serialization --- boost/serialization/smart_cast.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boost/serialization/smart_cast.hpp b/boost/serialization/smart_cast.hpp index 977e8ed..db69159 100644 --- a/boost/serialization/smart_cast.hpp +++ b/boost/serialization/smart_cast.hpp @@ -251,7 +251,7 @@ namespace smart_cast_impl { // cast on a system which doesn't support partial template // specialization template - static T cast(U u){ + static T cast(U){ BOOST_STATIC_ASSERT(sizeof(T)==0); return * static_cast(NULL); } -- 1.7.11.1