NULL pointers can be of any integral type, not just int (Howard Hinnant)

[SVN r19989]
This commit is contained in:
Douglas Gregor
2003-09-10 04:16:17 +00:00
parent 043d0236a7
commit 66cd32b565
2 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@
# include <boost/config.hpp>
# include <boost/function/function_base.hpp>
# include <boost/mem_fn.hpp>
# include <boost/type_traits/is_same.hpp>
# include <boost/type_traits/is_integral.hpp>
# include <boost/preprocessor/enum.hpp>
# include <boost/preprocessor/enum_params.hpp>
# include <boost/preprocessor/cat.hpp>