]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/type_traits/is_void.hpp
update boost to version 1.36
[lyx.git] / boost / boost / type_traits / is_void.hpp
index 00abd0ab0a923cfbcf88b3ecdf26eb65f67d571f..ca51b54870e478ad87de96ce74fcc693e91d0947 100644 (file)
@@ -9,10 +9,10 @@
 #ifndef BOOST_TT_IS_VOID_HPP_INCLUDED
 #define BOOST_TT_IS_VOID_HPP_INCLUDED
 
-#include "boost/config.hpp"
+#include <boost/config.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 {
 
@@ -28,6 +28,6 @@ BOOST_TT_AUX_BOOL_TRAIT_SPEC1(is_void,void const volatile,true)
 
 } // namespace boost
 
-#include "boost/type_traits/detail/bool_trait_undef.hpp"
+#include <boost/type_traits/detail/bool_trait_undef.hpp>
 
 #endif // BOOST_TT_IS_VOID_HPP_INCLUDED