forked from boostorg/integer
Use BOOST_BORLANDC in integer_log2.hpp
This commit is contained in:
@ -16,11 +16,11 @@
|
|||||||
#define BOOST_INTEGER_INTEGER_LOG2_HPP
|
#define BOOST_INTEGER_INTEGER_LOG2_HPP
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#if defined(__BORLANDC__) && !defined(__clang__)
|
|
||||||
#include <climits>
|
|
||||||
#endif
|
|
||||||
#include <boost/limits.hpp>
|
#include <boost/limits.hpp>
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
|
#if defined(BOOST_BORLANDC)
|
||||||
|
#include <climits>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
namespace boost {
|
namespace boost {
|
||||||
|
Reference in New Issue
Block a user