Dave Abrahams 
							
						 
					 
					
						
						
							
						
						1c39976ccd 
					 
					
						
						
							
							Correct broken #include  
						
						 
						
						... 
						
						
						
						[SVN r20231] 
						
						
					 
					
						2003-09-30 12:22:56 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dave Abrahams 
							
						 
					 
					
						
						
							
						
						4968b50fc2 
					 
					
						
						
							
							Remove outdated comment; use boost::detail::iterator_traits instead of  
						
						 
						
						... 
						
						
						
						std::iterator_traits exclusively.
[SVN r20117] 
						
						
					 
					
						2003-09-19 18:44:53 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dave Abrahams 
							
						 
					 
					
						
						
							
						
						abf8390020 
					 
					
						
						
							
							Fix the implementation of operator_arrow_result so that it checks the  
						
						 
						
						... 
						
						
						
						reference type instead of the category.
[SVN r20046] 
						
						
					 
					
						2003-09-14 01:53:59 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dave Abrahams 
							
						 
					 
					
						
						
							
						
						2c89e2b15a 
					 
					
						
						
							
							initial commit  
						
						 
						
						... 
						
						
						
						[SVN r19978] 
						
						
					 
					
						2003-09-09 03:22:50 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dave Abrahams 
							
						 
					 
					
						
						
							
						
						abafc5d1be 
					 
					
						
						
							
							Added missing lambda support for broken compilers  
						
						 
						
						... 
						
						
						
						[SVN r19936] 
						
						
					 
					
						2003-09-06 14:24:01 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dave Abrahams 
							
						 
					 
					
						
						
							
						
						2b7ed5f7a8 
					 
					
						
						
							
							Added traversal_category and access_category specializations for MPL lambda support  
						
						 
						
						... 
						
						
						
						[SVN r19921] 
						
						
					 
					
						2003-09-04 21:15:38 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dave Abrahams 
							
						 
					 
					
						
						
							
						
						bb7ac6bd84 
					 
					
						
						
							
							Moved to much cleaner system of using BOOST_TT_BROKEN_COMPILER_SPEC  
						
						 
						
						... 
						
						
						
						for handling vc6/7 deficiencies with iterator_traits.
Fixed a bug in iterator_facade which was causing incomplete types to
be passed through is_convertible.
Reinstated libs/utility/iterator_traits_test.cpp
[SVN r19840] 
						
						
					 
					
						2003-08-28 16:52:02 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ronald Garcia 
							
						 
					 
					
						
						
							
						
						36feca8a52 
					 
					
						
						
							
							Updated shared_container_iterator to use the new iterator adaptors library.  
						
						 
						
						... 
						
						
						
						Updated the documentation and examples as well to reflect the changes.
[SVN r19535] 
						
						
					 
					
						2003-08-11 16:29:47 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dave Abrahams 
							
						 
					 
					
						
						
							
						
						a5179f6dfc 
					 
					
						
						
							
							clean up formatting  
						
						 
						
						... 
						
						
						
						[SVN r19476] 
						
						
					 
					
						2003-08-06 14:36:16 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Thomas Witt 
							
						 
					 
					
						
						
							
						
						afa92675a2 
					 
					
						
						
							
							Fixed struct/class mixup in indirect_iterator declaration.  
						
						 
						
						... 
						
						
						
						[SVN r19249] 
						
						
					 
					
						2003-07-22 07:56:08 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Thomas Witt 
							
						 
					 
					
						
						
							
						
						ed8c60c20b 
					 
					
						
						
							
							Improved category handling in iterator_adaptor.  
						
						 
						
						... 
						
						
						
						[SVN r19231] 
						
						
					 
					
						2003-07-20 19:18:40 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dave Abrahams 
							
						 
					 
					
						
						
							
						
						3fe0d4b532 
					 
					
						
						
							
							* Use boost::referent<> metafunction for detecting the value type of  
						
						 
						
						... 
						
						
						
						indirect_iterator.
* Change the order of tests in the Jamfile so expected failures come
  last, accounting for some recent Boost.Build change I suppose.
[SVN r19158] 
						
						
					 
					
						2003-07-16 19:35:46 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dave Abrahams 
							
						 
					 
					
						
						
							
						
						52c0d22cff 
					 
					
						
						
							
							Bugfixes and workarounds  
						
						 
						
						... 
						
						
						
						[SVN r19121] 
						
						
					 
					
						2003-07-14 23:05:57 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dave Abrahams 
							
						 
					 
					
						
						
							
						
						e4447b8e83 
					 
					
						
						
							
							Bug fix for code not being exercised currently.  
						
						 
						
						... 
						
						
						
						[SVN r19118] 
						
						
					 
					
						2003-07-14 21:31:44 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dave Abrahams 
							
						 
					 
					
						
						
							
						
						42e873e10c 
					 
					
						
						
							
							various bugfixes.  filter_/transform_iterator were misusing enable_if  
						
						 
						
						... 
						
						
						
						in a non-template context , and iterator_facade needed a forward
declaration for full conformance.
[SVN r19112] 
						
						
					 
					
						2003-07-14 16:22:10 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Thomas Witt 
							
						 
					 
					
						
						
							
						
						57a40c8cd2 
					 
					
						
						
							
							Added arg dependent workaround for msvc < 7.1  
						
						 
						
						... 
						
						
						
						[SVN r19110] 
						
						
					 
					
						2003-07-14 13:13:49 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dave Abrahams 
							
						 
					 
					
						
						
							
						
						e5eaaf6a55 
					 
					
						
						
							
							Fix detail::enable_if -> iterators::enable_if (really this time)  
						
						 
						
						... 
						
						
						
						^
[SVN r19102] 
						
						
					 
					
						2003-07-13 21:45:33 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dave Abrahams 
							
						 
					 
					
						
						
							
						
						2225787093 
					 
					
						
						
							
							Fix detail::enable_if -> iterator::enable_if  
						
						 
						
						... 
						
						
						
						[SVN r19101] 
						
						
					 
					
						2003-07-13 20:22:47 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dave Abrahams 
							
						 
					 
					
						
						
							
						
						f19c1c4059 
					 
					
						
						
							
							Moved enable_if to boost::iterators from boost::detail to avoid  
						
						 
						
						... 
						
						
						
						conflicting with the definition in the function library.
[SVN r19092] 
						
						
					 
					
						2003-07-13 01:27:38 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dave Abrahams 
							
						 
					 
					
						
						
							
						
						4c8415a99f 
					 
					
						
						
							
							Get examples working, mostly.  Some interface expansion for a few of  
						
						 
						
						... 
						
						
						
						the adaptors, allowing default construction of UnaryFunction and
Predicate arguments when they are class types.
[SVN r19081] 
						
						
					 
					
						2003-07-12 04:15:13 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dave Abrahams 
							
						 
					 
					
						
						
							
						
						1d6f36e35d 
					 
					
						
						
							
							Move to new iterator adaptors  
						
						 
						
						... 
						
						
						
						[SVN r19074] 
						
						
					 
					
						2003-07-11 22:18:58 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dave Abrahams 
							
						 
					 
					
						
						
							
						
						04301ac6e9 
					 
					
						
						
							
							Workaround some CWPro8 bugs  
						
						 
						
						... 
						
						
						
						[SVN r19072] 
						
						
					 
					
						2003-07-11 22:16:52 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Joel de Guzman 
							
						 
					 
					
						
						
							
						
						a1ec9da737 
					 
					
						
						
							
							Moved to boost/iterator (new version)  
						
						 
						
						... 
						
						
						
						[SVN r19026] 
						
						
					 
					
						2003-07-10 12:58:28 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Joel de Guzman 
							
						 
					 
					
						
						
							
						
						e2a47bdbe5 
					 
					
						
						
							
							Moved to boost/iterator  
						
						 
						
						... 
						
						
						
						[SVN r19025] 
						
						
					 
					
						2003-07-10 12:52:06 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Joel de Guzman 
							
						 
					 
					
						
						
							
						
						2b1fc22b61 
					 
					
						
						
							
							Move to Iterator Adapters from sand-box  
						
						 
						
						... 
						
						
						
						[SVN r19024] 
						
						
					 
					
						2003-07-10 12:49:49 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aleksey Gurtovoy 
							
						 
					 
					
						
						
							
						
						273ec4b975 
					 
					
						
						
							
							BOOST_NO_MPL_AUX_HAS_XXX -> BOOST_MPL_NO_AUX_HAS_XXX  
						
						 
						
						... 
						
						
						
						[SVN r18974] 
						
						
					 
					
						2003-07-08 05:10:04 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Joel de Guzman 
							
						 
					 
					
						
						
							
						
						80d9e8e4c1 
					 
					
						
						
							
							Move from boost-sandbox  
						
						 
						
						... 
						
						
						
						[SVN r18959] 
						
						
					 
					
						2003-07-07 14:20:34 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Joel de Guzman 
							
						 
					 
					
						
						
							
						
						53eb5346de 
					 
					
						
						
							
							Move from boost-sanbox [ JDG ]  
						
						 
						
						... 
						
						
						
						[SVN r18958] 
						
						
					 
					
						2003-07-07 14:14:36 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dave Abrahams 
							
						 
					 
					
						
						
							
						
						e28ca345ea 
					 
					
						
						
							
							added copyright/license  
						
						 
						
						... 
						
						
						
						[SVN r18836] 
						
						
					 
					
						2003-06-18 13:20:02 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dave Abrahams 
							
						 
					 
					
						
						
							
						
						92d461cda1 
					 
					
						
						
							
							Removed unused #include  
						
						 
						
						... 
						
						
						
						[SVN r18474] 
						
						
					 
					
						2003-05-20 23:20:49 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Beman Dawes 
							
						 
					 
					
						
						
							
						
						8dace06f04 
					 
					
						
						
							
							add or update See www.boost.org comments  
						
						 
						
						... 
						
						
						
						[SVN r16708] 
						
						
					 
					
						2002-12-27 16:51:53 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dave Abrahams 
							
						 
					 
					
						
						
							
						
						ef0bff57d3 
					 
					
						
						
							
							Use BOOST_WORKAROUND  
						
						 
						
						... 
						
						
						
						[SVN r16528] 
						
						
					 
					
						2002-12-06 19:09:22 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dave Abrahams 
							
						 
					 
					
						
						
							
						
						5bacd289b6 
					 
					
						
						
							
							Roll back MPL v2 fix as it's no longer needed and was breaking Borland  
						
						 
						
						... 
						
						
						
						[SVN r15264] 
						
						
					 
					
						2002-09-11 14:46:40 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dave Abrahams 
							
						 
					 
					
						
						
							
						
						77c1698c6e 
					 
					
						
						
							
							mpl_v2 branch checkin  
						
						 
						
						... 
						
						
						
						[SVN r15258] 
						
						
					 
					
						2002-09-11 05:35:41 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dave Abrahams 
							
						 
					 
					
						
						
							
						
						2c302ee549 
					 
					
						
						
							
							operator[] workaround from "Yitzhak Sapir" <yitzhaks@actimize.com>  
						
						 
						
						... 
						
						
						
						[SVN r15244] 
						
						
					 
					
						2002-09-09 21:15:41 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ronald Garcia 
							
						 
					 
					
						
						
							
						
						a586f20d19 
					 
					
						
						
							
							Added Shared Container Iterator adaptor to iterator adaptor library.  
						
						 
						
						... 
						
						
						
						[SVN r15169] 
						
						
					 
					
						2002-09-05 14:05:29 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gennadiy Rozental 
							
						 
					 
					
						
						
							
						
						34c159dd8d 
					 
					
						
						
							
							Minor sunpro compartibility fix  
						
						 
						
						... 
						
						
						
						[SVN r14741] 
						
						
					 
					
						2002-08-08 16:42:18 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Beman Dawes 
							
						 
					 
					
						
						
							
						
						b22a3adc02 
					 
					
						
						
							
							Add BOOST_NO_STD_ITERATOR_TRAITS workaround  
						
						 
						
						... 
						
						
						
						[SVN r14663] 
						
						
					 
					
						2002-08-03 22:45:13 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dave Abrahams 
							
						 
					 
					
						
						
							
						
						4a24e0f401 
					 
					
						
						
							
							Fixed for VC7.1  
						
						 
						
						... 
						
						
						
						[SVN r14433] 
						
						
					 
					
						2002-07-13 12:11:06 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dave Abrahams 
							
						 
					 
					
						
						
							
						
						3844edc4bf 
					 
					
						
						
							
							Fixed input iterator requirements. For a == b a++ == b++ is no longer  
						
						 
						
						... 
						
						
						
						required. See 24.1.1/3 for details. (Thomas Witt)
[SVN r13716] 
						
						
					 
					
						2002-05-07 11:56:08 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Maddock 
							
						 
					 
					
						
						
							
						
						fdd1601ba4 
					 
					
						
						
							
							Added new config macro BOOST_HAS_MS_INT64 to detect presence of __int64 data type.  
						
						 
						
						... 
						
						
						
						Modified boost source to use BOOST_HAS_LONG_LONG and BOOST_HAS_MS_INT64
   where appropriate to do so.
[SVN r13714] 
						
						
					 
					
						2002-05-07 11:24:29 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Toon Knapen 
							
						 
					 
					
						
						
							
						
						e9b33b336c 
					 
					
						
						
							
							added typename keyword (Bertolt Mildner)  
						
						 
						
						... 
						
						
						
						[SVN r13675] 
						
						
					 
					
						2002-05-06 06:44:14 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Toon Knapen 
							
						 
					 
					
						
						
							
						
						2574365b5c 
					 
					
						
						
							
							added support for reference named_parameters  
						
						 
						
						... 
						
						
						
						[SVN r13638] 
						
						
					 
					
						2002-05-03 13:52:39 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jens Maurer 
							
						 
					 
					
						
						
							
						
						12b9366f33 
					 
					
						
						
							
							BOOST_NO_LIMITS should not be used by user code; use <boost/limits.hpp> instead  
						
						 
						
						... 
						
						
						
						BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS should not be defined when
BOOST_NO_LIMITS is defined
[SVN r13340] 
						
						
					 
					
						2002-04-01 18:57:43 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeremy Siek 
							
						 
					 
					
						
						
							
						
						4772bb099e 
					 
					
						
						
							
							added more comments in the default_iterator_policies  
						
						 
						
						... 
						
						
						
						[SVN r12706] 
						
						
					 
					
						2002-02-04 20:25:45 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dave Abrahams 
							
						 
					 
					
						
						
							
						
						2be5179020 
					 
					
						
						
							
							killed tabs  
						
						 
						
						... 
						
						
						
						[SVN r12702] 
						
						
					 
					
						2002-02-04 20:01:51 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Douglas Gregor 
							
						 
					 
					
						
						
							
						
						8cb49713b4 
					 
					
						
						
							
							half_open_range.hpp:  
						
						 
						
						... 
						
						
						
						- counting_iterator_traits does not contain the iterator traits value_type,
    reference, pointer, etc.
[SVN r12526] 
						
						
					 
					
						2002-01-27 14:55:20 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Toon Knapen 
							
						 
					 
					
						
						
							
						
						bd666dc0e9 
					 
					
						
						
							
							added include guards  
						
						 
						
						... 
						
						
						
						[SVN r12517] 
						
						
					 
					
						2002-01-26 09:26:09 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dave Abrahams 
							
						 
					 
					
						
						
							
						
						57251d58cc 
					 
					
						
						
							
							Moved concept checks into a separate class, which makes MSVC better at dealing with them  
						
						 
						
						... 
						
						
						
						[SVN r12255] 
						
						
					 
					
						2002-01-09 12:14:16 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dave Abrahams 
							
						 
					 
					
						
						
							
						
						ebcb4d861a 
					 
					
						
						
							
							Borland workarounds  
						
						 
						
						... 
						
						
						
						[SVN r12251] 
						
						
					 
					
						2002-01-08 18:36:26 +00:00