]> git.donarmstrong.com Git - rsem.git/blobdiff - boost/fusion/adapted/struct/detail/at_impl.hpp
Updated boost to v1.55.0
[rsem.git] / boost / fusion / adapted / struct / detail / at_impl.hpp
index febb63358babbe2f30036a07c9f0f14335c2db78..68fd241a88a60a8348961e74157250d77e81a52e 100644 (file)
@@ -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
 
@@ -22,7 +22,7 @@ namespace boost { namespace fusion { namespace extension
     {
         template <typename Seq, typename N>
         struct apply
-          : extension::struct_member<
+          : access::struct_member<
                 typename remove_const<Seq>::type
               , N::value
             >::template apply<Seq>