Use a more specific include from Boost.TypeTraits in static_assert_example_2.

This commit is contained in:
Andrey Semashev
2025-12-13 02:20:58 +03:00
parent fbe9a1a813
commit b6945e7e5e

View File

@@ -6,7 +6,7 @@
// See http://www.boost.org for most recent version including documentation.
#include <boost/static_assert.hpp>
#include <boost/type_traits.hpp>
#include <boost/type_traits/is_convertible.hpp>
#include <iterator>
#include <list>
#include <deque>