From 1ace1d3806e3b6dc85d7f8ac229ebe03225cacf9 Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Tue, 1 Sep 2020 21:08:13 -0400 Subject: [PATCH] Fixed syntax error of a missing #endif --- include/boost/preprocessor/detail/auto_rec.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/preprocessor/detail/auto_rec.hpp b/include/boost/preprocessor/detail/auto_rec.hpp index 5078448..3b13880 100644 --- a/include/boost/preprocessor/detail/auto_rec.hpp +++ b/include/boost/preprocessor/detail/auto_rec.hpp @@ -295,6 +295,8 @@ # # endif # +# endif +# # else # # if BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_DMC()