Daniel James
							
						 
					 | 
					
						
						
							
						
						2f5d98a0cd
					 | 
					
						
						
							
							Don't use allocator to construct/destroy anything other than elements.
						
						
						
						
						
						
						
						As specified in 23.2.1.3. 
						
						
					 | 
					
						2014-07-12 19:12:46 +01:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						9440395330
					 | 
					
						
						
							
							Fix swap link.
						
						
						
						
						
						
					 | 
					
						2014-06-16 22:45:04 +01:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						e93f5b0971
					 | 
					
						
						
							
							Update link to swap.
						
						
						
						
						
						
					 | 
					
						2014-06-08 15:33:40 +01:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						033a611f71
					 | 
					
						
						
							
							Change log.
						
						
						
						
						
						
						
						[SVN r86173] 
						
						
					 | 
					
						2013-10-06 08:03:12 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						fb93c8cb86
					 | 
					
						
						
							
							Change log entries for 1.54.0
						
						
						
						
						
						
						
						[SVN r84496] 
						
						
					 | 
					
						2013-05-25 15:45:51 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						3305caf40c
					 | 
					
						
						
							
							Unordered: Changelog notes.
						
						
						
						
						
						
						
						[SVN r81474] 
						
						
					 | 
					
						2012-11-22 08:59:27 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						ef4d33ce89
					 | 
					
						
						
							
							Unordered: Remove the deprecated equality implementation.
						
						
						
						
						
						
						
						[SVN r81385] 
						
						
					 | 
					
						2012-11-17 10:30:19 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						7eefe62efe
					 | 
					
						
						
							
							Unordered: Remove deprecated variadic pair constructors.
						
						
						
						
						
						
						
						This was emulating them as specified in older standard drafts.
[SVN r81384] 
						
						
					 | 
					
						2012-11-17 10:28:35 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						8f8ea09ce8
					 | 
					
						
						
							
							Unordered: Fix bug when erasing a range, refs #7471.
						
						
						
						
						
						
						
						[SVN r80894] 
						
						
					 | 
					
						2012-10-07 08:19:01 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						9b398ba0c9
					 | 
					
						
						
							
							Unordered: Update change log.
						
						
						
						
						
						
						
						[SVN r80776] 
						
						
					 | 
					
						2012-09-30 11:55:58 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						6031b66f99
					 | 
					
						
						
							
							Unordered: Fix namespaces for renaming in bcp. Refs #6905.
						
						
						
						
						
						
						
						[SVN r78491] 
						
						
					 | 
					
						2012-05-17 06:20:55 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						32dc45b7bd
					 | 
					
						
						
							
							Unordered: Implement reserve. Refs #6857.
						
						
						
						
						
						
						
						[SVN r78365] 
						
						
					 | 
					
						2012-05-07 10:58:32 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						275b03e76b
					 | 
					
						
						
							
							Unordered: Avoid -Wshadow warnings. Refs #6190.
						
						
						
						
						
						
						
						[SVN r78364] 
						
						
					 | 
					
						2012-05-07 10:57:35 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						401df0f2fb
					 | 
					
						
						
							
							Unordered/Hash: Release notes.
						
						
						
						
						
						
						
						[SVN r78318] 
						
						
					 | 
					
						2012-05-03 21:35:51 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						6c09b89d0c
					 | 
					
						
						
							
							Unordered: Change log for fairly minor changes.
						
						
						
						
						
						
						
						[SVN r75907] 
						
						
					 | 
					
						2011-12-11 21:36:26 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						d2a6ad8c72
					 | 
					
						
						
							
							Unordered: Documentation update.
						
						
						
						
						
						
						
						[SVN r74962] 
						
						
					 | 
					
						2011-10-16 10:31:25 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						983ad956e0
					 | 
					
						
						
							
							Unordered: Change log note about new emplace.
						
						
						
						
						
						
						
						[SVN r74379] 
						
						
					 | 
					
						2011-09-14 21:06:38 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						9b82dcde10
					 | 
					
						
						
							
							Unordered: Update equality documentation.
						
						
						
						
						
						
						
						[SVN r74377] 
						
						
					 | 
					
						2011-09-14 21:05:13 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						f58a3fc3eb
					 | 
					
						
						
							
							Unordered: Another breaking change.
						
						
						
						
						
						
						
						[SVN r74136] 
						
						
					 | 
					
						2011-08-29 15:22:00 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						94c9c61142
					 | 
					
						
						
							
							Unordered: Document new changes and C++11 compliance.
						
						
						
						
						
						
						
						[SVN r73829] 
						
						
					 | 
					
						2011-08-16 22:18:09 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						eced4266c2
					 | 
					
						
						
							
							Unordered: Copy and assign using Boost.Move.
						
						
						
						
						
						
						
						[SVN r73503] 
						
						
					 | 
					
						2011-08-03 08:34:33 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						daad24388c
					 | 
					
						
						
							
							Fix iterator insert bug in unordered_set/unordered_map.
						
						
						
						
						
						
						
						[SVN r66136] 
						
						
					 | 
					
						2010-10-21 20:23:37 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						10e24f93c4
					 | 
					
						
						
							
							Unordered/hash release notes.
						
						
						
						
						
						
						
						[SVN r61356] 
						
						
					 | 
					
						2010-04-18 13:20:45 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						ee034e23bb
					 | 
					
						
						
							
							Add quick_erase to the unordered containers. Refs #3966.
						
						
						
						
						
						
						
						[SVN r60754] 
						
						
					 | 
					
						2010-03-22 00:42:07 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						6649b4df3c
					 | 
					
						
						
							
							Update changelogs and slightly improved reference documentation for new release.
						
						
						
						
						
						
						
						[SVN r58805] 
						
						
					 | 
					
						2010-01-08 06:43:57 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						0f0161a5a2
					 | 
					
						
						
							
							Add codegear compatibility to the changes.
						
						
						
						
						
						
						
						[SVN r58406] 
						
						
					 | 
					
						2009-12-15 22:53:54 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						b99382b551
					 | 
					
						
						
							
							Add templated find overload for compatible keys.
						
						
						
						
						
						
						
						[SVN r58405] 
						
						
					 | 
					
						2009-12-15 22:53:33 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						4e6292b439
					 | 
					
						
						
							
							Implement an alternative erase function that doesn't return an iterator.
						
						
						
						
						
						
						
						Ref #3693
[SVN r58403] 
						
						
					 | 
					
						2009-12-15 22:52:52 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						2f0a94bcfd
					 | 
					
						
						
							
							Add missing std:: qualifier to ptrdiff_t. Refs #3773.
						
						
						
						
						
						
						
						[SVN r58402] 
						
						
					 | 
					
						2009-12-15 22:42:04 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						ef67d9ae12
					 | 
					
						
						
							
							Document the unordered changes.
						
						
						
						
						
						
						
						[SVN r58004] 
						
						
					 | 
					
						2009-11-28 11:46:24 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						6c24cccf96
					 | 
					
						
						
							
							Add release notes for unordered.
						
						
						
						
						
						
						
						[SVN r56988] 
						
						
					 | 
					
						2009-10-18 20:18:28 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						178154082f
					 | 
					
						
						
							
							Some extra changelog notes.
						
						
						
						
						
						
						
						[SVN r55184] 
						
						
					 | 
					
						2009-07-26 18:59:33 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						35a3894a88
					 | 
					
						
						
							
							Missing changelog entry.
						
						
						
						
						
						
						
						[SVN r53311] 
						
						
					 | 
					
						2009-05-27 17:42:01 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						bde5df043c
					 | 
					
						
						
							
							Unordered change log for explicit destructors.
						
						
						
						
						
						
						
						[SVN r53256] 
						
						
					 | 
					
						2009-05-25 19:45:23 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						8f70ddf4ef
					 | 
					
						
						
							
							Unordered change log.
						
						
						
						
						
						
						
						[SVN r53255] 
						
						
					 | 
					
						2009-05-25 19:45:06 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						5a86d08271
					 | 
					
						
						
							
							Note change to operator[] in the unordered release notes.
						
						
						
						
						
						
						
						[SVN r52350] 
						
						
					 | 
					
						2009-04-12 10:50:57 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						290c7566ff
					 | 
					
						
						
							
							Changelog for unordered and hash.
						
						
						
						
						
						
						
						[SVN r52084] 
						
						
					 | 
					
						2009-03-31 19:43:58 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						971224a282
					 | 
					
						
						
							
							Use the new 'boost:' links for the hash, unordered and quickbook documentation.
						
						
						
						
						
						
						
						[SVN r51262] 
						
						
					 | 
					
						2009-02-15 19:32:04 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						fe3873b28f
					 | 
					
						
						
							
							Add support for initializer lists to config and the unordered containers.
						
						
						
						
						
						
						
						[SVN r50118] 
						
						
					 | 
					
						2008-12-04 21:30:19 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						c8e7874534
					 | 
					
						
						
							
							Use aligned storage for the value.
						
						
						
						
						
						
						
						[SVN r49927] 
						
						
					 | 
					
						2008-11-24 23:15:55 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						601daa0e5d
					 | 
					
						
						
							
							Use a larger prime number list. Fixes #1710
						
						
						
						
						
						
						
						[SVN r49926] 
						
						
					 | 
					
						2008-11-24 22:56:04 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						d022cc48ad
					 | 
					
						
						
							
							Document operator==/operator!= as undefined if the equality predicates aren't equivalent. Fixes #2237.
						
						
						
						
						
						
						
						[SVN r49925] 
						
						
					 | 
					
						2008-11-24 22:55:47 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						f0bb74a530
					 | 
					
						
						
							
							Use the new swap library.
						
						
						
						
						
						
						
						[SVN r49770] 
						
						
					 | 
					
						2008-11-15 13:07:29 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						e6417fe652
					 | 
					
						
						
							
							Update unordered changelog.
						
						
						
						
						
						
						
						[SVN r48853] 
						
						
					 | 
					
						2008-09-18 11:23:12 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						d6f513be52
					 | 
					
						
						
							
							Rename 'emplace' with hint to 'emplace_hint'.
						
						
						
						
						
						
						
						[SVN r48081] 
						
						
					 | 
					
						2008-08-11 07:52:37 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						506f478ec7
					 | 
					
						
						
							
							Fix a typo.
						
						
						
						
						
						
						
						[SVN r47813] 
						
						
					 | 
					
						2008-07-25 21:25:58 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						eae2a90463
					 | 
					
						
						
							
							Remove a mention of the hash functions which I missed before.
						
						
						
						
						
						
						
						[SVN r47522] 
						
						
					 | 
					
						2008-07-17 23:08:32 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Daniel James
							
						 
					 | 
					
						
						
							
						
						e1630b27cf
					 | 
					
						
						
							
							Merge changelog updates.
						
						
						
						
						
						
						
						Merged revisions 45156-45157 via svnmerge from 
https://svn.boost.org/svn/boost/branches/unordered/trunk
........
  r45156 | danieljames | 2008-05-05 21:32:40 +0100 (Mon, 05 May 2008) | 1 line
  
  Update the changelog.
........
  r45157 | danieljames | 2008-05-05 21:32:57 +0100 (Mon, 05 May 2008) | 1 line
  
  Add a changelog for unordered.
........
[SVN r45274] 
						
						
					 | 
					
						2008-05-11 12:09:07 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 |