2014-06-05 15:48:22 -07:00
|
|
|
#ifndef BOOST_PENDING_INTEGER_LOG2_HPP
|
|
|
|
#define BOOST_PENDING_INTEGER_LOG2_HPP
|
2004-04-18 09:15:08 +00:00
|
|
|
|
2014-06-05 15:48:22 -07:00
|
|
|
// The header file at this path is deprecated;
|
|
|
|
// use boost/integer/integer_log2.hpp instead.
|
2004-04-18 09:15:08 +00:00
|
|
|
|
2014-06-05 15:48:22 -07:00
|
|
|
#include <boost/integer/integer_log2.hpp>
|
2004-04-18 09:15:08 +00:00
|
|
|
|
2004-05-09 08:58:03 +00:00
|
|
|
#endif
|