Jeremy Siek b05ddafc17 added requirement to Forward Traversal Iterator concerning a == b iff *a == *b 22 年之前
..
algorithm @ 06474a276d 6092dc4912 Fixed construction to not restrict usage of iterators, that are not 22 年之前
any @ 3fb1dbc758 7e3a545af0 Don't allow a namespace and a class template to have the same name; it confuses MSVC 6.0 and 7.0. 22 年之前
array @ cfb6d6eae6 2379b2676d array.xml: documentation updates from Nico 22 年之前
assign @ 7a04858543 766121df40 *** empty log message *** 22 年之前
bind @ 0904a14c1a 2a0df71ce6 T->type 22 年之前
compatibility @ 5e00bbd86e 93bc1e6bd7 Updated SGI version checks 23 年之前
compose @ c174dc9e01 64a1659506 index.htm renamed index.html 22 年之前
concept_check @ daad09ad49 3a79d9fca7 Fix a typo 22 年之前
config @ f0f854707d 9292e36d49 Document BOOST_HAS_FACET macro 22 年之前
conversion @ 463284f46f 2d6117229c remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros 22 年之前
crc @ ed764fe9c4 284f949144 Corrected license statement 22 年之前
date_time @ 8fe514be11 d731f3f8ce remove duplicated macro stuff 22 年之前
detail @ b6dee6532e 70b0bdc5f8 Fixed postfix increment for incrementable and single-pass iterator facade 22 年之前
disjoint_sets @ cf471f086b b7e39aaaef cwpro8.3 workaround 23 年之前
dynamic_bitset @ 912ab0576e a1ff53b194 use BOOST_WORKAROUND for Codewarrior workarounds 22 年之前
exception @ 17f806e8a7 cf319e71b6 _MSC_VER use clarified. 22 年之前
filesystem @ 332ead1f74 fec0f79e72 Repair postfix increment proxies for input iterators 22 年之前
format @ f54966678b b87642cb8e move BOOST_USING_STD_MIN and _MAX and BOOST_PREVENT_MACRO_SUBSTITUTION to the config headers, remove boost/minmax.hpp, update coding guidelines 22 年之前
function @ e4f632e5ca 4c09f4e510 function_template.hpp: Move definition of operator() out-of-line for 22 年之前
functional @ 240f068069 825fe1ec07 add or update See www.boost.org comments 23 年之前
graph @ e0435ccc26 bf1e0c5519 dijkstra_shortest_paths.hpp: Fix no_init version invocation(Jürgen Hunold) 22 年之前
integer @ 4862574bb1 2d6117229c remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros 22 年之前
io @ 61141d5872 8b007365af Add V2 Jamfile 22 年之前
iterator @ 254186d6bd b05ddafc17 added requirement to Forward Traversal Iterator concerning a == b iff *a == *b 22 年之前
lambda @ 4add858581 9f3770718c temporarily backing out from previous changes, problems with VC7.1 22 年之前
logic @ cf7fe4cb56 c830662a98 Add the unnecessary but explicit private 22 年之前
math @ a607b80188 2d6117229c remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros 22 年之前
mpl @ fb95f0f38a 371ddcc29a added workaround for vacpp version 6 compiler 22 年之前
multi_array @ bb1b64be81 8cb7d73226 Repair for a regression in the test assign_to_array.cpp for Visual C++ 22 年之前
multi_index @ d9f65df85b 0753818eb6 explained handling of BOOST_NO_POINTER_TO_MEMBER_TEMPLATE_PARAMETERS by BOOST_MULTI_INDEX_MEMBER 22 年之前
numeric 285c7870ed Patch for norm_1 return type for complex 22 年之前
optional @ 46fafdb7c9 bd86445882 Fix outdated reference to boost/detail/none.hpp, to current boost/none.hpp. 22 年之前
pool @ bc2218310e b87642cb8e move BOOST_USING_STD_MIN and _MAX and BOOST_PREVENT_MACRO_SUBSTITUTION to the config headers, remove boost/minmax.hpp, update coding guidelines 22 年之前
preprocessor @ a7f3bbaa59 c454f481bc fixed no-EMPTY usage 22 年之前
program_options @ f084eeac4b bda849d8c8 Applied numerious suggestions from Pavel Vozenilek. 22 年之前
property_map @ 5139012588 6b83d6ecae property_map_iterator.hpp: 22 年之前
python @ af1530953e 2009a72050 Move dllexport declaration from methods to slice class as mingw can't handle it. Resolves bug #952335. 22 年之前
random @ 9febe9be3f b87642cb8e move BOOST_USING_STD_MIN and _MAX and BOOST_PREVENT_MACRO_SUBSTITUTION to the config headers, remove boost/minmax.hpp, update coding guidelines 22 年之前
range @ dd72943343 60225c9950 Incorrect include fixed. 22 年之前
rational @ 71ecf6f9ec 2d6117229c remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros 22 年之前
regex @ aebb44e507 de7a2768d6 Don't include integer_traits.hpp unless it's actually used: IBM C++ trips up otherwise. 22 年之前
serialization @ 64f9ab3e32 41f23f060f test changed to remove temp files 22 年之前
signals @ c340a896bd 4286d057c1 Prevent use of auto-linking for regression testing as it causes failures when the auto-linked libraries are not found on some compilers. 22 年之前
smart_ptr @ 9c67a59d43 b7d887aa71 Fixed lwm_gcc, had the same bug as atomic_count_gcc (Tyson Whitehead) 22 年之前
spirit @ 3ed7c6a1c1 9b1dcb5f14 Added a missing include. 22 年之前
statechart @ eaa1f4d80d 334f506cc2 Fixed bug that led to a failing runtime assert when a transition is made in an unstable state machine with orthogonal regions. 22 年之前
static_assert @ f0969644d0 3c01d369b9 Fixed doc typo. 22 年之前
test @ 11ae5d6f81 ca080c00f0 typo fix 22 年之前
thread @ 06d7bf21d5 4c42c90f3c Add newline at end of file. 22 年之前
timer @ 79d6e03d1a 2d6117229c remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros 22 年之前
tokenizer @ 4e7357c63e 8b00141520 Fixed a bug involving using char_delimiter with a true input iterator. 22 年之前
tuple @ 045d761ab5 ac0b2f3ddf suppressed scoping the call get_class to the detail namespace 22 年之前
type_traits @ b3d31b8e24 488d3fad0e Renamed member check to avoid conflict with MacOS macro of the same name. 22 年之前
utility @ 35d3c03d19 9729c066fd Update 22 年之前
variant @ 17df22fa13 b87642cb8e move BOOST_USING_STD_MIN and _MAX and BOOST_PREVENT_MACRO_SUBSTITUTION to the config headers, remove boost/minmax.hpp, update coding guidelines 22 年之前
expected_results.xml f9945c77f8 add expected_results.xml 22 年之前
index.html 9ef38fdf62 htm instead of html:-) 24 年之前
libraries.htm b8f01ac986 Added minmax library in Section Algorithms. 22 年之前
粤ICP备19079148号