X-Git-Url: https://git.donarmstrong.com/?p=rsem.git;a=blobdiff_plain;f=boost%2Ffusion%2Fsupport%2Fdetail%2Faccess.hpp;fp=boost%2Ffusion%2Fsupport%2Fdetail%2Faccess.hpp;h=ced7cea18b80196dc87bfa2779e0f34556ddc098;hp=af7374ccc7ae68b3fe424ee4a0960d755cf5f704;hb=2d71eb92104693ca9baa5a2e1c23eeca776d8fd3;hpb=da57529b92adbb7ae74a89861cb39fb35ac7c62d diff --git a/boost/fusion/support/detail/access.hpp b/boost/fusion/support/detail/access.hpp index af7374c..ced7cea 100644 --- a/boost/fusion/support/detail/access.hpp +++ b/boost/fusion/support/detail/access.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2001-2006 Joel de Guzman + Copyright (c) 2001-2011 Joel de Guzman Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -15,7 +15,7 @@ namespace boost { namespace fusion { namespace detail template struct ref_result { - typedef typename add_reference::type type; + typedef typename add_reference::type type; }; template @@ -23,7 +23,7 @@ namespace boost { namespace fusion { namespace detail { typedef typename add_reference< - typename add_const::type + typename add_const::type >::type type; };