forked from boostorg/unordered
		
	Add a test that unnecessary copies aren't made of objects inserted.
Make the exception tests track the allocator usage. Speed up the exception tests a bit. [SVN r3490]
This commit is contained in:
		@@ -5,7 +5,8 @@
 | 
			
		||||
 | 
			
		||||
import testing ;
 | 
			
		||||
 | 
			
		||||
alias framework : /boost/test//boost_unit_test_framework/<optimization>speed ;
 | 
			
		||||
#alias framework : /boost/test//boost_unit_test_framework/<optimization>speed ;
 | 
			
		||||
alias framework : /boost/test//boost_unit_test_framework ;
 | 
			
		||||
 | 
			
		||||
project unordered-test/exception-tests
 | 
			
		||||
    : requirements
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user