]> git.donarmstrong.com Git - rsem.git/blobdiff - boost/fusion/adapted/struct/adapt_struct.hpp
Updated boost to v1.55.0
[rsem.git] / boost / fusion / adapted / struct / adapt_struct.hpp
index 066da8aa19f7b27e0c7fce711782b9b0c88d37e5..f20533c99e0402c26f238cf89c17800c04088f94 100644 (file)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 2001-2007 Joel de Guzman
-    Copyright (c) 2009-2010 Christopher Schmidt
+    Copyright (c) 2009-2011 Christopher Schmidt
 
     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)
@@ -46,7 +46,8 @@
         (1)NAME_SEQ,                                                            \
         struct_tag,                                                             \
         0,                                                                      \
-        BOOST_PP_CAT(BOOST_FUSION_ADAPT_STRUCT_FILLER_0 ATTRIBUTES,_END),       \
+        ((0,0)) BOOST_PP_CAT(                                                   \
+            BOOST_FUSION_ADAPT_STRUCT_FILLER_0 ATTRIBUTES,_END),                \
         BOOST_FUSION_ADAPT_STRUCT_C)
 
 #define BOOST_FUSION_ADAPT_STRUCT(NAME, ATTRIBUTES)                             \
@@ -55,7 +56,7 @@
         (0)(NAME),                                                              \
         struct_tag,                                                             \
         0,                                                                      \
-        BOOST_PP_CAT(BOOST_FUSION_ADAPT_STRUCT_FILLER_0 ATTRIBUTES,_END),       \
+        BOOST_PP_CAT(BOOST_FUSION_ADAPT_STRUCT_FILLER_0(0,0)ATTRIBUTES,_END),   \
         BOOST_FUSION_ADAPT_STRUCT_C)
 
 #define BOOST_FUSION_ADAPT_STRUCT_AS_VIEW(NAME, ATTRIBUTES)                     \
@@ -64,7 +65,7 @@
         (0)(NAME),                                                              \
         struct_tag,                                                             \
         1,                                                                      \
-        BOOST_PP_CAT(BOOST_FUSION_ADAPT_STRUCT_FILLER_0 ATTRIBUTES,_END),       \
+        BOOST_PP_CAT(BOOST_FUSION_ADAPT_STRUCT_FILLER_0(0,0)ATTRIBUTES,_END),   \
         BOOST_FUSION_ADAPT_STRUCT_C)
 
 #endif