mirror of
				https://github.com/boostorg/smart_ptr.git
				synced 2025-11-04 09:41:43 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			512 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			512 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#ifndef BOOST_DETAIL_QUICK_ALLOCATOR_HPP_INCLUDED
 | 
						|
#define BOOST_DETAIL_QUICK_ALLOCATOR_HPP_INCLUDED
 | 
						|
 | 
						|
// Copyright (c) 2003 David Abrahams
 | 
						|
// Copyright (c) 2003 Peter Dimov
 | 
						|
// Distributed under the Boost Software License, Version 1.0.
 | 
						|
// https://www.boost.org/LICENSE_1_0.txt
 | 
						|
 | 
						|
#include <boost/config/header_deprecated.hpp>
 | 
						|
 | 
						|
BOOST_HEADER_DEPRECATED("<boost/smart_ptr/detail/quick_allocator.hpp>")
 | 
						|
 | 
						|
#include <boost/smart_ptr/detail/quick_allocator.hpp>
 | 
						|
 | 
						|
#endif  // #ifndef BOOST_DETAIL_QUICK_ALLOCATOR_HPP_INCLUDED
 |