From 661986dd3dee1d8f08e81cab2913214782490cc8 Mon Sep 17 00:00:00 2001 From: Nick Thompson Date: Sun, 11 Feb 2018 12:32:14 -0600 Subject: [PATCH] [ci skip] Deprecate boost/pending/integer_log2.hpp --- include/boost/pending/integer_log2.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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