mirror of
				https://github.com/boostorg/config.git
				synced 2025-11-04 01:31:37 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			126 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			126 B
		
	
	
	
		
			C++
		
	
	
	
	
	
 | 
						|
#ifndef BOOST_CONFIG_TEST_HPP
 | 
						|
#define BOOST_CONFIG_TEST_HPP
 | 
						|
 
 | 
						|
namespace empty_boost{
 | 
						|
 | 
						|
int test()
 | 
						|
{
 | 
						|
   return 0;
 | 
						|
}
 | 
						|
 | 
						|
}
 | 
						|
 | 
						|
#endif
 |