From b65423f1faa76e92ddf6d7ad1c2ee9e8e9975335 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Sun, 14 Jun 2015 19:36:43 +0100 Subject: [PATCH] Fix comment. --- include/boost/type_traits/is_constructible.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/type_traits/is_constructible.hpp b/include/boost/type_traits/is_constructible.hpp index e3dc31b..0918b38 100644 --- a/include/boost/type_traits/is_constructible.hpp +++ b/include/boost/type_traits/is_constructible.hpp @@ -77,4 +77,4 @@ namespace boost{ } // namespace boost -#endif // BOOST_TT_IS_ASSIGNABLE_HPP_INCLUDED +#endif // BOOST_TT_IS_CONSTRUCTIBLE_HPP_INCLUDED