X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FTarget.ih;h=9ef0e0ef8655c4205876115ee2eb073599ea9c7b;hb=345f95ca91ab48a8333fbdabb515b16e8d6d8a5d;hp=d80902ea41c8ad8c59100f3e8c1bd86399930c09;hpb=f32fbba56a55712998d251e914eb6e9ad95890e3;p=senf.git diff --git a/Utils/Logger/Target.ih b/Utils/Logger/Target.ih index d80902e..9ef0e0e 100644 --- a/Utils/Logger/Target.ih +++ b/Utils/Logger/Target.ih @@ -87,7 +87,7 @@ namespace detail { // For g++ 4.0 (at least) we need to provide the fully scoped name for this default value. // no idea why. It works without the scope in 4.1 template < class T, class A2, class A1, - unsigned type = SENF_MPL_RV( senf::Log::detail::RouteParameterCheck_(static_cast(0)) ) > + unsigned type = SENF_MPL_RV( senf::log::detail::RouteParameterCheck_(static_cast(0)) ) > struct RouteParameters {}; @@ -113,7 +113,7 @@ namespace detail { : public RouteParameters { typedef RouteParameters base; - BOOST_STATIC_ASSERT( boost::is_same::value ); + BOOST_STATIC_ASSERT(( boost::is_same::value )); typedef T Stream; }; @@ -122,7 +122,7 @@ namespace detail { : public RouteParameters { typedef RouteParameters base; - BOOST_STATIC_ASSERT( boost::is_same::value ); + BOOST_STATIC_ASSERT(( boost::is_same::value )); typedef T Area; }; @@ -131,7 +131,7 @@ namespace detail { : public RouteParameters { typedef RouteParameters base; - BOOST_STATIC_ASSERT( boost::is_same::value ); + BOOST_STATIC_ASSERT(( boost::is_same::value )); typedef typename T::SENFLogArea Area; }; @@ -140,7 +140,7 @@ namespace detail { : public RouteParameters { typedef RouteParameters base; - BOOST_STATIC_ASSERT( boost::is_same::value ); + BOOST_STATIC_ASSERT(( boost::is_same::value )); typedef T Level; };