From fe22f149548f430a5f2b3c4acd1d97dd80a1b851 Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Fri, 4 Sep 2020 17:38:08 -0400 Subject: [PATCH] Fixed check by not omitting the 0 check. --- include/boost/preprocessor/list/limits/fold_left_256.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/preprocessor/list/limits/fold_left_256.hpp b/include/boost/preprocessor/list/limits/fold_left_256.hpp index 12442b7..0b693a6 100644 --- a/include/boost/preprocessor/list/limits/fold_left_256.hpp +++ b/include/boost/preprocessor/list/limits/fold_left_256.hpp @@ -14,6 +14,7 @@ # ifndef BOOST_PREPROCESSOR_LIST_FOLD_LEFT_256_HPP # define BOOST_PREPROCESSOR_LIST_FOLD_LEFT_256_HPP # +# define BOOST_PP_LIST_FOLD_LEFT_CHECK_BOOST_PP_LIST_FOLD_LEFT_0(o, s, l) 0 # define BOOST_PP_LIST_FOLD_LEFT_CHECK_BOOST_PP_LIST_FOLD_LEFT_1(o, s, l) 0 # define BOOST_PP_LIST_FOLD_LEFT_CHECK_BOOST_PP_LIST_FOLD_LEFT_2(o, s, l) 0 # define BOOST_PP_LIST_FOLD_LEFT_CHECK_BOOST_PP_LIST_FOLD_LEFT_3(o, s, l) 0