From a1303d0763dedf649a69e039dc46abcbf8716b8f Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Thu, 27 Aug 2020 01:35:33 -0400 Subject: [PATCH] Fixed erroneous extra #endif --- test/array.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/array.cxx b/test/array.cxx index ecd216e..256ef8e 100644 --- a/test/array.cxx +++ b/test/array.cxx @@ -159,8 +159,6 @@ BEGIN BOOST_PP_VARIADIC_SIZE(BOOST_PP_ARRAY_ENUM(ARRAY_VERY_LARGE_256)) == 256 E # endif -# endif - // to_list BEGIN BOOST_PP_LIST_AT(BOOST_PP_ARRAY_TO_LIST(ARRAY), 1) == 1 END