From 889a81f034129ea7887c379552f034164fcf5609 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Mon, 10 Oct 2022 09:36:12 +0200 Subject: [PATCH] stylistic --- include/boost/unordered/detail/foa.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/boost/unordered/detail/foa.hpp b/include/boost/unordered/detail/foa.hpp index a0ea22e8..83977ed7 100644 --- a/include/boost/unordered/detail/foa.hpp +++ b/include/boost/unordered/detail/foa.hpp @@ -1534,7 +1534,6 @@ private: std::size_t ml; }; - #if BOOST_WORKAROUND(BOOST_MSVC,<=1900) #pragma warning(pop) /* C4702 */ #endif