Dave Abrahams
00431cd34c
No template template parameters for Intel 5.x
...
[SVN r15387]
2002-09-16 20:09:04 +00:00
Aleksey Gurtovoy
3984518282
temporary VisualAge C++ fix
...
[SVN r15386]
2002-09-16 20:01:41 +00:00
Aleksey Gurtovoy
13884c4fa9
VisualAge C++ fix
...
[SVN r15385]
2002-09-16 19:55:13 +00:00
Dave Abrahams
70fb234042
Added libs/mpl
...
[SVN r15384]
2002-09-16 19:25:33 +00:00
Beman Dawes
6ac5a99d24
uBLAS added
...
[SVN r15383]
2002-09-16 16:59:10 +00:00
Peter Dimov
13321cefd9
Documentation fixes (reflecting Dave Abrahams' comments)
...
[SVN r15382]
2002-09-16 15:26:52 +00:00
Dave Abrahams
512a246709
Patch for KCC bug
...
[SVN r15381]
2002-09-16 15:26:20 +00:00
Jeff Garland
ae434f7bb0
fix date_time tests after library name change
...
[SVN r15380]
2002-09-16 14:45:06 +00:00
Dave Abrahams
ca9280fec0
Checkin work in progress before I lose it through some terrible accident ;-)
...
[SVN r15379]
2002-09-16 13:56:02 +00:00
Dave Abrahams
25a2dec99b
Restore main trunk to health
...
[SVN r15378]
2002-09-16 12:46:26 +00:00
Jeff Garland
d581f5827d
add an example of localizing a date
...
[SVN r15377]
2002-09-16 12:44:48 +00:00
Jeff Garland
bcceecd69e
force explicit std::string construction for Kylix
...
[SVN r15376]
2002-09-16 12:30:25 +00:00
Jeff Garland
dfc6abeceb
remove redundent lib from library name, remove extra includes that caused gcc2.95.2 to choke
...
[SVN r15375]
2002-09-16 12:28:17 +00:00
John Maddock
397e7a3b93
Added try catch block to catch runtime errors thrown from matching algorithms
...
[SVN r15374]
2002-09-16 11:55:23 +00:00
John Maddock
f3675b59a5
VACPP fix
...
[SVN r15373]
2002-09-16 11:54:41 +00:00
John Maddock
224f99e4ad
Added throw if the number of searched states grows too large.
...
[SVN r15372]
2002-09-16 11:54:00 +00:00
John Maddock
ca45f70dc0
VACPP fixes (second try)
...
[SVN r15371]
2002-09-16 11:53:07 +00:00
John Maddock
d6e8976d66
Updated last vacpp version number
...
[SVN r15370]
2002-09-16 11:52:30 +00:00
Björn Karlsson
493a5fb17d
fix: changed ULONG_LONG_MIN to ULONGLONG_MIN
...
[SVN r15369]
2002-09-16 11:00:55 +00:00
Gennadiy Rozental
9ee73e2e39
excessive boost:: removed. Fix for VACPP
...
[SVN r15368]
2002-09-16 10:37:57 +00:00
Gennadiy Rozental
14e397e086
since boost::smart_ptrs now support incomplete types on borland, no need in grinning_ptr any more
...
[SVN r15367]
2002-09-16 09:29:52 +00:00
Gennadiy Rozental
286cb720ad
STL includes normalized
...
[SVN r15366]
2002-09-16 08:47:29 +00:00
Gennadiy Rozental
6314391ed7
test fixed to follow latest changes
...
[SVN r15365]
2002-09-16 08:40:55 +00:00
Gennadiy Rozental
fcc0ddbe0f
switch to use new tools names
...
[SVN r15364]
2002-09-16 06:30:40 +00:00
Dave Abrahams
91470855c6
Restore main trunk to health
...
[SVN r15362]
2002-09-16 04:15:53 +00:00
Aleksey Gurtovoy
14282826d5
Borland fix
...
[SVN r15360]
2002-09-16 04:10:29 +00:00
Dave Abrahams
58e2155c74
Restore main trunk to health
...
[SVN r15359]
2002-09-16 04:03:39 +00:00
Douglas Gregor
908fbf7cd7
index.html:
...
- Refer to header boost/connection.hpp, not connection class
tutorial.html:
- Get rid of some pre-nifty-syntax cruft
- Complete (?) tutorial
[SVN r15357]
2002-09-16 03:45:15 +00:00
Douglas Gregor
cc5c06c066
function_base.hpp:
...
- Remove safe_bool conversion and operator! from class function_base
function_template.hpp:
- Add safe_bool conversion and operator!
- operator! returns bool, not safe_bool (Peter Dimov)
reference.html:
- Document above change
[SVN r15356]
2002-09-16 03:44:18 +00:00
Dave Abrahams
e847b6b98d
Bring MPL v2 to the main trunk
...
[SVN r15355]
2002-09-16 03:12:00 +00:00
Aleksey Gurtovoy
df129134ee
Intel C++ fix
...
[SVN r15351]
2002-09-16 01:19:05 +00:00
Aleksey Gurtovoy
777cc458e7
some cleanup
...
[SVN r15349]
2002-09-15 23:50:33 +00:00
Aleksey Gurtovoy
56c6696822
add size_t_c
...
[SVN r15348]
2002-09-15 23:47:04 +00:00
Dave Abrahams
c0c5f49ea4
Bring MPL v2 to the main trunk
...
[SVN r15347]
2002-09-15 22:13:24 +00:00
Joel de Guzman
5a8caae5fc
Changed args<...> to init<...> and changed class_(no_init) to class_("name", no_init)
...
[SVN r15345]
2002-09-15 21:42:49 +00:00
Joel de Guzman
65c747b910
new API changes
...
[SVN r15344]
2002-09-15 21:13:12 +00:00
Rene Rivera
f2bfd45d2b
Some cleanup of code.
...
Rewrote the handling of help arguments to be even easier to use.
Added descriptions for all the top level --help arguments.
Added descriptions of help options.
Added a few more control arguments in preparation for HTML type output.
[SVN r15342]
2002-09-15 20:08:03 +00:00
Dave Abrahams
0b2455d47c
vc6 fix
...
[SVN r15340]
2002-09-15 19:28:13 +00:00
Dave Abrahams
11b785c6c3
vc6 workarounds
...
[SVN r15339]
2002-09-15 19:27:39 +00:00
Dave Abrahams
6f9e0fcc2b
Whoops! Checked in too soon!
...
[SVN r15337]
2002-09-15 18:47:43 +00:00
Dave Abrahams
94a749aaab
Another bugfix
...
[SVN r15336]
2002-09-15 18:46:21 +00:00
Dave Abrahams
9f1d248648
bugfix
...
[SVN r15335]
2002-09-15 18:18:36 +00:00
John Maddock
78a7cd47f8
Added needed <cstddef> include
...
[SVN r15330]
2002-09-15 11:52:47 +00:00
John Maddock
10dcbed1b0
Added missing includes
...
[SVN r15329]
2002-09-15 11:17:23 +00:00
Dave Abrahams
2f0215c510
2-phase lookup bug fixes
...
[SVN r15328]
2002-09-15 04:34:25 +00:00
Dave Abrahams
94727f7b85
No sense in failing just because a compiler doesn't implement correct for loop scoping!
...
[SVN r15327]
2002-09-15 04:04:10 +00:00
Dave Abrahams
2a9a3ac5c5
bugfix
...
[SVN r15324]
2002-09-14 16:19:22 +00:00
Jörg Walter
a97188a5d8
Merge.
...
[SVN r15321]
2002-09-14 09:48:41 +00:00
Jörg Walter
03406b705c
Merge.
...
[SVN r15320]
2002-09-14 09:32:05 +00:00
Jörg Walter
b7b9b69d5b
Merge.
...
[SVN r15319]
2002-09-14 09:26:03 +00:00