diff --git a/include/boost/pending/integer_log2.hpp b/include/boost/pending/integer_log2.hpp index 023ec7a..9384594 100644 --- a/include/boost/pending/integer_log2.hpp +++ b/include/boost/pending/integer_log2.hpp @@ -1,9 +1,9 @@ #ifndef BOOST_PENDING_INTEGER_LOG2_HPP #define BOOST_PENDING_INTEGER_LOG2_HPP -// The header file at this path is deprecated; -// use boost/integer/integer_log2.hpp instead. - #include +#include + +BOOST_HEADER_DEPRECATED(""); #endif