]> git.donarmstrong.com Git - rsem.git/blobdiff - boost/fusion/container/vector/limits.hpp
Updated boost to v1.55.0
[rsem.git] / boost / fusion / container / vector / limits.hpp
index 0e7e3a0359f01caa69e54dfbf1d6cf089305fe67..e1b6042d6b456d4441a1282405f197a6b91e67ce 100644 (file)
@@ -1,12 +1,14 @@
 /*=============================================================================
-    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 
+    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)
 ==============================================================================*/
 #if !defined(FUSION_VECTOR_LIMITS_07072005_1246)
 #define FUSION_VECTOR_LIMITS_07072005_1246
 
+#include <boost/fusion/support/detail/pp_round.hpp>
+
 #if !defined(FUSION_MAX_VECTOR_SIZE)
 # define FUSION_MAX_VECTOR_SIZE 10
 #else
@@ -16,4 +18,6 @@
 # endif
 #endif
 
+#define FUSION_MAX_VECTOR_SIZE_STR BOOST_PP_STRINGIZE(BOOST_FUSION_PP_ROUND_UP(FUSION_MAX_VECTOR_SIZE))
+
 #endif