Clean remnants of StaticAssert and mpl

This commit is contained in:
Andrzej Krzemienski
2024-10-16 23:42:56 +02:00
parent e601f1ef2d
commit 5e7fdf5ec5
6 changed files with 3 additions and 9 deletions

View File

@ -24,8 +24,6 @@
#if !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES) && !defined(BOOST_NO_CXX11_RVALUE_REFERENCES)
#include "boost/bind/apply.hpp" // Included just to test proper interaction with boost::apply<> as reported by Daniel Wallin
#endif
#include "boost/mpl/bool.hpp"
#include "boost/mpl/bool_fwd.hpp" // For mpl::true_ and mpl::false_
#include "boost/optional/optional.hpp"