mirror of
https://github.com/boostorg/integer.git
synced 2025-11-03 17:51:38 +01:00
10 lines
237 B
C++
10 lines
237 B
C++
#ifndef BOOST_PENDING_INTEGER_LOG2_HPP
|
|
#define BOOST_PENDING_INTEGER_LOG2_HPP
|
|
|
|
#include <boost/integer/integer_log2.hpp>
|
|
#include <boost/config/header_deprecated.hpp>
|
|
|
|
BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
|
|
|
|
#endif
|