mirror of
				https://github.com/boostorg/integer.git
				synced 2025-11-04 02:01:38 +01:00 
			
		
		
		
	Use BOOST_BORLANDC in integer_log2.hpp
This commit is contained in:
		@@ -16,11 +16,11 @@
 | 
			
		||||
#define BOOST_INTEGER_INTEGER_LOG2_HPP
 | 
			
		||||
 | 
			
		||||
#include <assert.h>
 | 
			
		||||
#if defined(__BORLANDC__) && !defined(__clang__)
 | 
			
		||||
#include <climits>
 | 
			
		||||
#endif
 | 
			
		||||
#include <boost/limits.hpp>
 | 
			
		||||
#include <boost/config.hpp>
 | 
			
		||||
#if defined(BOOST_BORLANDC)
 | 
			
		||||
#include <climits>
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
namespace boost {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user