Blame view

3rdparty/boost_1_81_0/boost/pending/integer_log2.hpp 237 Bytes
0b6a182c   Hu Chunming   添加无鉴权注册和注销
1
2
3
4
5
6
7
8
9
  #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