Files
boost_integer/include/boost/pending/integer_log2.hpp
2014-06-05 15:48:22 -07:00

10 lines
224 B
C++

#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 <boost/integer/integer_log2.hpp>
#endif