17 lines
		
	
	
		
			439 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			439 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
 | |
| // (C) Copyright Tobias Schwinger
 | |
| //
 | |
| // Use modification and distribution are subject to the boost Software License,
 | |
| // Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt).
 | |
| 
 | |
| //------------------------------------------------------------------------------
 | |
| 
 | |
| // no include guards, this file is intended for multiple inclusions
 | |
| 
 | |
| #undef callable_builtin
 | |
| #undef member
 | |
| #undef non_member
 | |
| #undef variadic
 | |
| #undef non_variadic
 | |
| 
 | 
