]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/type_traits/has_virtual_destructor.hpp
update to boost 1.41.0
[lyx.git] / boost / boost / type_traits / has_virtual_destructor.hpp
index 4d15704d9d98892f6b065c382ec6f56d64c617a6..8f99ff420f39b4eeabd05db0f70e807ffabd64ee 100644 (file)
@@ -12,7 +12,7 @@
 
 #include <boost/type_traits/intrinsics.hpp>
 // should be the last #include
-#include "boost/type_traits/detail/bool_trait_def.hpp"
+#include <boost/type_traits/detail/bool_trait_def.hpp>
 
 namespace boost {
 
@@ -20,6 +20,6 @@ BOOST_TT_AUX_BOOL_TRAIT_DEF1(has_virtual_destructor,T,BOOST_HAS_VIRTUAL_DESTRUCT
 
 } // namespace boost
 
-#include "boost/type_traits/detail/bool_trait_undef.hpp"
+#include <boost/type_traits/detail/bool_trait_undef.hpp>
 
 #endif // BOOST_TT_IS_MEMBER_FUNCTION_POINTER_HPP_INCLUDED