X-Git-Url: https://git.donarmstrong.com/?p=rsem.git;a=blobdiff_plain;f=boost%2Ffusion%2Fadapted%2Fstruct%2Fdetail%2Fvalue_at_impl.hpp;fp=boost%2Ffusion%2Fadapted%2Fstruct%2Fdetail%2Fvalue_at_impl.hpp;h=f820475324df56cdda77eb21397d7e0ea8b490b3;hp=5ecf4ac730882645ff0fbe35b61761bd7d7c22d9;hb=2d71eb92104693ca9baa5a2e1c23eeca776d8fd3;hpb=da57529b92adbb7ae74a89861cb39fb35ac7c62d diff --git a/boost/fusion/adapted/struct/detail/value_at_impl.hpp b/boost/fusion/adapted/struct/detail/value_at_impl.hpp index 5ecf4ac..f820475 100644 --- a/boost/fusion/adapted/struct/detail/value_at_impl.hpp +++ b/boost/fusion/adapted/struct/detail/value_at_impl.hpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2001-2006 Joel de Guzman + Copyright (c) 2001-2011 Joel de Guzman Copyright (c) 2005-2006 Dan Marsden Copyright (c) 2009-2010 Christopher Schmidt @@ -20,7 +20,7 @@ namespace boost { namespace fusion { namespace extension { template struct apply - : struct_member::type, N::value> + : access::struct_member::type, N::value> {}; };