boost/libs
2004-03-30 15:19:58 +00:00
..
algorithm@9198370df5 removed some warnings 2004-03-26 09:16:00 +00:00
any@3fb1dbc758 Don't allow a namespace and a class template to have the same name; it confuses MSVC 6.0 and 7.0. 2003-12-03 01:34:29 +00:00
array@cfb6d6eae6 array.xml: documentation updates from Nico 2004-01-30 03:51:06 +00:00
bind@2244135e86 Enable bind<R&> for data member pointers. 2004-03-09 12:49:00 +00:00
compatibility@5e00bbd86e Updated SGI version checks 2003-07-23 12:12:10 +00:00
compose@c174dc9e01 index.htm renamed index.html 2003-12-11 23:13:19 +00:00
concept_check@1b8f363e90 remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros 2004-02-26 18:27:02 +00:00
config@97285e8f89 Intel 8 is OK with std::locale code. 2004-03-22 12:58:55 +00:00
conversion@463284f46f remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros 2004-02-26 18:27:02 +00:00
crc@ed764fe9c4 Corrected license statement 2003-11-28 06:55:11 +00:00
date_time@f78a609709 remove wide string support from Borland 5.64 2004-03-06 23:40:20 +00:00
detail@2fe7fd95d2 Kill off outer cv-stripping of Dereferenceable 2004-01-13 19:18:42 +00:00
disjoint_sets@cf471f086b cwpro8.3 workaround 2002-11-06 17:55:41 +00:00
dynamic_bitset@f66792a57d remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros 2004-02-26 18:27:02 +00:00
exception@17f806e8a7 _MSC_VER use clarified. 2003-11-28 15:35:21 +00:00
filesystem@5b78d4c497 filesystem::exists, must check to see why a filesystem stat failed, before assuming that the file does not exist. 2004-03-30 15:19:58 +00:00
format@d09013ce9c changed format_item::truncate_ 's type from int to streamsize. that's what it was supposed to be from the start. spotted on 64 bit plaform by A.Leeming 2004-03-25 13:38:16 +00:00
function@2c0e633307 Added contains() and function_equal() 2004-03-12 03:38:20 +00:00
functional@240f068069 add or update See www.boost.org comments 2002-12-27 16:51:53 +00:00
graph@a9e4a158fe Fix typo 2004-03-29 10:40:32 +00:00
integer@4862574bb1 remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros 2004-02-26 18:27:02 +00:00
io@70043b1ee4 Fixed up license/copyright 2003-11-24 07:11:48 +00:00
iterator@0c3a68530e shared_container_iterator library: 2004-02-02 22:16:36 +00:00
lambda@0196c57a0a A few typos 2004-03-01 14:13:05 +00:00
math@a607b80188 remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros 2004-02-26 18:27:02 +00:00
mpl@460430a167 better configurability fix 2004-02-23 02:12:25 +00:00
multi_array@91661f2f17 remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros 2004-02-26 18:27:02 +00:00
numeric Added NSF comment and std::max rationale 2004-03-11 09:55:21 +00:00
optional@0109fabef4 Fixed test for bcc5.6.4 weak overload resolution 2004-02-02 15:40:12 +00:00
pool@4751c81a59 remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros 2004-02-26 18:27:02 +00:00
preprocessor@d56c9b37a6 Fix broken links. 2003-12-27 01:16:48 +00:00
property_map@b3ef1a3aac fixed a subtle bug in get() and put() exposed by the change to 2004-01-18 16:14:20 +00:00
python@7187c6132a Throw an IndexError when given an extended slice; 2004-03-17 03:15:35 +00:00
random@f63ff478d2 fix min/max problems 2004-02-28 21:21:30 +00:00
rational@71ecf6f9ec remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros 2004-02-26 18:27:02 +00:00
regex@c65dd3be41 Added link to old docs. 2004-03-20 12:12:03 +00:00
signals@13a0b62d84 Make sure to include Boost config 2004-03-17 15:25:57 +00:00
smart_ptr@c48f05dcb4 enable_shared_from_this is now const-tolerant. 2004-02-16 18:50:07 +00:00
spirit@65d8d4971a Fixed a AST generating problem with the loops related parsers. 2004-03-27 10:06:13 +00:00
statechart@b6a0b720ab no message 2004-03-26 07:21:16 +00:00
static_assert@68545773d5 Changed tests to guarantee portability 2004-02-12 11:29:47 +00:00
test@47d14290c7 parenthesis around std::isprint because it's a macro on mipspro 2004-03-10 09:39:45 +00:00
thread@0ed112631c Merge tss changes from thread_dev branch. 2004-03-27 02:03:52 +00:00
timer@79d6e03d1a remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros 2004-02-26 18:27:02 +00:00
tokenizer@6719c70d3f clear gcc warnings, taking VC++ 6.0 into account (Marshall Clow) 2004-02-04 01:18:42 +00:00
tuple@78572fca7b Bug fix for vc6 2003-11-19 22:01:52 +00:00
type_traits@9c48f6f31e This file is no longer needed, as Jamfile enumerates the test files itself. 2004-02-20 11:25:21 +00:00
utility@b6c826a139 shared_container_iterator library: 2004-02-02 22:16:36 +00:00
variant@ec94e74611 remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros 2004-02-26 18:27:02 +00:00
index.html htm instead of html:-) 2002-08-15 18:37:55 +00:00
libraries.htm spelling, plus add copyright and license 2004-03-01 16:34:28 +00:00