]> git.donarmstrong.com Git - rsem.git/blobdiff - boost/preprocessor/cat.hpp
Updated boost to v1.55.0
[rsem.git] / boost / preprocessor / cat.hpp
index b2a82c0691258efdd1b1dddd1ef0f006845d4961..5e52850d48a1b66a87d44d3fdf28848c5f60f308 100644 (file)
@@ -28,8 +28,8 @@
 # if ~BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_MSVC()
 #    define BOOST_PP_CAT_I(a, b) a ## b
 # else
-#    define BOOST_PP_CAT_I(a, b) BOOST_PP_CAT_II(a ## b)
-#    define BOOST_PP_CAT_II(res) res
+#    define BOOST_PP_CAT_I(a, b) BOOST_PP_CAT_II(~, a ## b)
+#    define BOOST_PP_CAT_II(p, res) res
 # endif
 #
 # endif