mirror of
				https://github.com/boostorg/utility.git
				synced 2025-10-31 08:21:45 +01:00 
			
		
		
		
	
		
			
	
	
		
			24 lines
		
	
	
		
			818 B
		
	
	
	
		
			C++
		
	
	
	
	
	
		
		
			
		
	
	
			24 lines
		
	
	
		
			818 B
		
	
	
	
		
			C++
		
	
	
	
	
	
|   | //  (C) Copyright Boost.org 2000. Permission to copy, use, modify, sell and
 | ||
|  | //  distribute this software is granted provided this copyright notice appears
 | ||
|  | //  in all copies. This software is provided "as is" without express or implied
 | ||
|  | //  warranty, and with no claim as to its suitability for any purpose.
 | ||
|  | 
 | ||
|  | //  See http://www.boost.org for most recent version including documentation.
 | ||
|  | //  See boost/detail/compressed_pair.hpp and boost/detail/ob_compressed_pair.hpp
 | ||
|  | //  for full copyright notices.
 | ||
|  | 
 | ||
|  | #ifndef BOOST_COMPRESSED_PAIR_HPP
 | ||
|  | #define BOOST_COMPRESSED_PAIR_HPP
 | ||
|  | 
 | ||
|  | #ifndef BOOST_CONFIG_HPP
 | ||
|  | #include <boost/config.hpp>
 | ||
|  | #endif
 | ||
|  | 
 | ||
|  | #ifdef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
 | ||
|  | #include <boost/detail/ob_compressed_pair.hpp>
 | ||
|  | #else
 | ||
|  | #include <boost/detail/compressed_pair.hpp>
 | ||
|  | #endif
 | ||
|  | 
 | ||
|  | #endif // BOOST_COMPRESSED_PAIR_HPP
 |