7f4f061ebdBe a little more fastidious about target variables, cleaning them up when not in use so that things don't work "by mistake". Fixed a missing semicolon bug
Dave Abrahams
2001-07-22 17:09:32 +0000
9d6562e848Increase reserved stack size.
Dave Abrahams
2001-07-22 17:07:37 +0000
0109cd94ccmove to main trunk
Dave Abrahams
2001-07-22 17:03:15 +0000
93f322a62bFixed nasty bug, where some invalid expressions caused access violations.
John Maddock
2001-07-22 10:26:54 +0000
81e5691d7areference.html: - Remove declaration/documentation of non-const operator(). - Update documentation of operator() const to state that the called object is not cv-qualified.
Douglas Gregor
2001-07-22 05:30:15 +0000
7af807d29bfunction_n_test.cpp: function_test.cpp: - Updated testcases to reflect semantic change in const calling
Douglas Gregor
2001-07-22 05:27:20 +0000
ebd3ce287ffunction_template.hpp: - const function calling semantics changed. Now 'function' has pointer/reference semantics (constness of 'function' object does not affect constness of targetted function object)
Douglas Gregor
2001-07-22 05:26:17 +0000
13d1ace25afunction_n_test.cpp: function_test.cpp: - Removed 'static' storage specifier from 'global_int' declaration. Perhaps Sun Workshop 6 will compile Boost.Function now?
Douglas Gregor
2001-07-22 05:03:43 +0000
44dc61c4d4Initial checkin. Needs tweaks for various compilers.
Dave Abrahams
2001-07-21 13:06:09 +0000
1460607d2cmoved to main trunk
Dave Abrahams
2001-07-20 23:59:42 +0000
3efbf52b33Add workaround for BOOST_NO_STDC_NAMESPACE
Beman Dawes
2001-07-20 21:29:36 +0000
a8f94ee5efAdd Comeau under Win32
Beman Dawes
2001-07-20 21:15:54 +0000
ad6541041cAdd Comeau under Win32
Beman Dawes
2001-07-20 20:28:15 +0000
74576c7c13This commit was generated by cvs2svn to compensate for changes in r3058, which included commits to RCS files with non-trunk default branches.
Dave Abrahams
2001-07-20 16:50:21 +0000
7ad4ffa058Added "and" between table and messages links so they were more obviously separate. Corrected spelling of cooperation.
Beman Dawes
2001-07-20 16:12:35 +0000
9cab550bc6[Francios Faure] I have added a new functionality to adjacency_list_io: now it is possible to input/output subsets of properties. This is useful when the nodes and edges contain auxiliary data which is irrelevant in a description file.
Jeremy Siek
2001-07-19 15:30:00 +0000
e90c67b777new files, example of using adjacency_list I/O
Jeremy Siek
2001-07-19 13:20:54 +0000
3d498a20f2added clear_out_edges()
Jeremy Siek
2001-07-18 22:49:33 +0000
64751f5221fixed use of first_vertex_name_t
Jeremy Siek
2001-07-18 13:31:54 +0000
42e7bfc02bFixes by John for char_delimiters_separator constructor
John R. Bandela
2001-07-17 22:43:47 +0000
95589462a7added const to some member functions
Jeremy Siek
2001-07-17 16:37:42 +0000
d272660635defarg_test.cpp: - Test zero and one arguments
Douglas Gregor
2001-07-17 01:27:42 +0000
f9a50a47careference.html: - Boldified C++ keywords to make summary more readable.
Douglas Gregor
2001-07-16 18:17:00 +0000
55c1e7206cspecial_functions works now
Jens Maurer
2001-07-15 20:17:44 +0000
4044269b4ereferemce.html: - Document swapping of mixins in swap()
Douglas Gregor
2001-07-14 20:02:39 +0000
8b28c62904reference.html: - Assignment operator and set() function both meet the strong exception guarantee.
Douglas Gregor
2001-07-14 19:58:43 +0000
ae8cdc11adindex.html: - Removed reference and tutorial: now just link to them
Douglas Gregor
2001-07-14 19:57:09 +0000
d7293574d8function.hpp: - Use "self_type" instead of "function" for constructing swapping temporary (Borland C++ needs it)
Douglas Gregor
2001-07-14 19:34:14 +0000
cebe89bce2mixin_test.cpp: - Check assignment from function pointer
Douglas Gregor
2001-07-14 18:58:16 +0000
542039f32efunction_template.cpp: - Correctly copy mixin when assigning from any function/function object
Douglas Gregor
2001-07-14 18:51:00 +0000
c84d3f26c6mixin_test.cpp: - Test persistence of mixins when assigning to a function object
Douglas Gregor
2001-07-14 18:46:42 +0000
fe8920a5b9mixin_test.cpp: - Test copying of mixins
Douglas Gregor
2001-07-14 18:41:47 +0000
20f10add63function.hpp: - Use swap() for exception safe assignment operators
Douglas Gregor
2001-07-14 18:41:19 +0000
21a0762866Fixes for ICL
Dave Abrahams
2001-07-14 12:51:59 +0000
f6048b69b2Tweeked so that test fails under VC6 (it should due to a compiler bug).
John Maddock
2001-07-14 11:18:31 +0000
b99af87d76changed member "bind" to "n_bind" to fix problem with upcoming binder library.
John Maddock
2001-07-14 11:08:53 +0000
43a1fa7b06fixed relative link
John Maddock
2001-07-14 10:54:55 +0000
d4fefb71f2Back out commit made in error
Beman Dawes
2001-07-12 16:15:30 +0000
d583f8974cChange absolute URL's to relative
Beman Dawes
2001-07-12 15:31:15 +0000
faa83eb621index.html: - Use relative pathnames for links to generic programming techniques page (Gustavo Guerra). - Terminology in Basic Usage intro (Jeremy Siek).
Douglas Gregor
2001-07-11 19:49:26 +0000
b25792d2f6faq.html: - Fixed HTML typo near the end
Douglas Gregor
2001-07-11 18:55:44 +0000
7ed20e25adfixed typo, an -> and
Jeremy Siek
2001-07-11 17:56:49 +0000
9d198639a0added warning about how visitors are passed by value
Jeremy Siek
2001-07-11 17:54:23 +0000
9a95517687fixed a comment
Dave Abrahams
2001-07-11 11:53:46 +0000
81136146d6Added link to compiler message for IBM/Aix
Toon Knapen
2001-07-11 10:23:49 +0000
bdd772dc8bRon Garcia suggested removal of the duplicate explanation of (bool)f/f.empty()
Douglas Gregor
2001-07-10 21:56:02 +0000
8e773ad6c0Fix broken link
Beman Dawes
2001-07-06 19:19:45 +0000
f9d669435aTuples library causes tie to be deprecated
Beman Dawes
2001-07-06 19:16:39 +0000
75fff52b01Minor HTML fixes
Beman Dawes
2001-07-06 19:08:21 +0000
7b40f6b604Reorder shared_ptr code so VC++ 6 member templates work, allowing polymorphic pointers to now work with that compiler (Gary Powell)
Beman Dawes
2001-07-06 13:23:07 +0000
776dacf49btiny trivial fix.
Ralf W. Grosse-Kunstleve
2001-07-06 07:31:39 +0000
f1bfe79b16fixed bug so "any" works with gcc 3.0
Jens Maurer
2001-07-05 21:08:09 +0000