From 8a1803b21a802fa57052c5172e8d8db29213de3f Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Fri, 4 Dec 2020 02:52:48 +0000 Subject: [PATCH] lint: Remove boost::variant and boost::optional from allowed includes --- test/lint/lint-includes.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/lint/lint-includes.sh b/test/lint/lint-includes.sh index 83dd57ce6..63ffa6420 100755 --- a/test/lint/lint-includes.sh +++ b/test/lint/lint-includes.sh @@ -63,7 +63,6 @@ EXPECTED_BOOST_INCLUDES=( boost/iostreams/concepts.hpp boost/iostreams/stream.hpp boost/math/distributions/poisson.hpp - boost/optional.hpp boost/preprocessor/arithmetic/add.hpp boost/preprocessor/arithmetic/sub.hpp boost/preprocessor/cat.hpp @@ -100,10 +99,6 @@ EXPECTED_BOOST_INCLUDES=( boost/uuid/uuid.hpp boost/uuid/uuid_generators.hpp boost/uuid/uuid_io.hpp - boost/variant.hpp - boost/variant/apply_visitor.hpp - boost/variant/get.hpp - boost/variant/static_visitor.hpp boost/version.hpp )