Daniel James 
							
						 
					 
					
						
						
							
						
						cd57bf5000 
					 
					
						
						
							
							Unordered: And use allocator traits to destroy values.  
						
						 
						
						... 
						
						
						
						[SVN r80222] 
						
						
					 
					
						2012-08-25 21:53:25 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel James 
							
						 
					 
					
						
						
							
						
						a7125259d8 
					 
					
						
						
							
							Unordered: When full construct is available, use it for value.  
						
						 
						
						... 
						
						
						
						[SVN r80221] 
						
						
					 
					
						2012-08-25 21:52:57 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel James 
							
						 
					 
					
						
						
							
						
						3a163b5449 
					 
					
						
						
							
							Unordered: Move some things around.  
						
						 
						
						... 
						
						
						
						- Move `allocator_traits` before `construct_impl` so the
  `construct_impl` can be changed to use `allocator_traits`.
- Moved some move utilities out of `allocate.hpp` because they're
  really nothing to do with allocation and construction.
[SVN r80220] 
						
						
					 
					
						2012-08-25 21:52:28 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel James 
							
						 
					 
					
						
						
							
						
						ff31c73970 
					 
					
						
						
							
							Unordered: Go back to the old method for constructing nodes.  
						
						 
						
						... 
						
						
						
						Reverts much of [78349]. Keeps the variadic construct.
[SVN r80219] 
						
						
					 
					
						2012-08-25 21:51:24 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel James 
							
						 
					 
					
						
						
							
						
						27f5496a65 
					 
					
						
						
							
							Unordered: Fix some uses of rvalues refs/move.  
						
						 
						
						... 
						
						
						
						[SVN r79792] 
						
						
					 
					
						2012-07-29 07:17:57 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel James 
							
						 
					 
					
						
						
							
						
						918b3da91d 
					 
					
						
						
							
							Unordered: Use a SFINAE parameter rather than return type for C++03 compilers.  
						
						 
						
						... 
						
						
						
						Seems that g++ 3.4 has problems with overloads that are only distinguished by
SFINAE return types.
[SVN r79762] 
						
						
					 
					
						2012-07-26 22:23:09 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel James 
							
						 
					 
					
						
						
							
						
						61516be1db 
					 
					
						
						
							
							Unordered: Remove use of try..catch.  
						
						 
						
						... 
						
						
						
						So that it'll work when exceptions are disabled.
[SVN r79679] 
						
						
					 
					
						2012-07-22 20:14:20 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marshall Clow 
							
						 
					 
					
						
						
							
						
						0fccd93e29 
					 
					
						
						
							
							Switch from deprecated macros to new shiny ones; no functionality change  
						
						 
						
						... 
						
						
						
						[SVN r79396] 
						
						
					 
					
						2012-07-09 22:08:01 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel James 
							
						 
					 
					
						
						
							
						
						b8d96be8f7 
					 
					
						
						
							
							Unordered: Macro to simplifiy variadic/emplace_args creation.  
						
						 
						
						... 
						
						
						
						[SVN r79351] 
						
						
					 
					
						2012-07-08 11:53:16 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel James 
							
						 
					 
					
						
						
							
						
						68edec9f97 
					 
					
						
						
							
							Unordered: Remove old, unused function.  
						
						 
						
						... 
						
						
						
						[SVN r79350] 
						
						
					 
					
						2012-07-08 11:52:38 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel James 
							
						 
					 
					
						
						
							
						
						39bafd7b10 
					 
					
						
						
							
							Unordered: Reapply changes reverted in r78788.  
						
						 
						
						... 
						
						
						
						[SVN r79163] 
						
						
					 
					
						2012-06-28 20:58:56 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel James 
							
						 
					 
					
						
						
							
						
						7158700502 
					 
					
						
						
							
							Unordered: Revert unmerged changes in trunk.  
						
						 
						
						... 
						
						
						
						So that I can fix issues in the beta.
[SVN r78788] 
						
						
					 
					
						2012-06-01 11:03:22 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel James 
							
						 
					 
					
						
						
							
						
						1eac47a275 
					 
					
						
						
							
							Unordered: Use Boost.Move in a few more places.  
						
						 
						
						... 
						
						
						
						Should be better for compilers with variadic parameters, but no rvalue
references. If such a thing ever exists.
[SVN r78536] 
						
						
					 
					
						2012-05-21 22:15:33 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel James 
							
						 
					 
					
						
						
							
						
						c6f0175c79 
					 
					
						
						
							
							Unordered: Combine emplace_args + allocator_helpers.  
						
						 
						
						... 
						
						
						
						[SVN r78535] 
						
						
					 
					
						2012-05-21 22:14:59 +00:00