Skip to content

Commit a6b2981

Browse files
committed
Use a more specific include from Boost.TypeTraits in static_assert_example_2.
1 parent 98954e7 commit a6b2981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/static_assert_example_2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// See http://www.boost.org for most recent version including documentation.
77

88
#include <boost/static_assert.hpp>
9-
#include <boost/type_traits.hpp>
9+
#include <boost/type_traits/is_convertible.hpp>
1010
#include <iterator>
1111
#include <list>
1212
#include <deque>

0 commit comments

Comments
 (0)