mirror of
				https://github.com/boostorg/config.git
				synced 2025-11-03 17:21:45 +01:00 
			
		
		
		
	Add a BOOST_CLANG macro to indicate when Clang is used.
[SVN r62089]
This commit is contained in:
		@@ -69,3 +69,7 @@
 | 
			
		||||
#ifndef BOOST_COMPILER
 | 
			
		||||
#  define BOOST_COMPILER "Clang version " __clang_version__
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
// Macro used to identify the Clang compiler.
 | 
			
		||||
#define BOOST_CLANG 1
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user