lint: Remove boost::variant and boost::optional from allowed includes

This commit is contained in:
Jack Grigg 2020-12-04 02:52:48 +00:00
parent db17aae4db
commit 8a1803b21a
1 changed files with 0 additions and 5 deletions

View File

@ -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
)