Douglas Gregor
0c34bf4fb4
Point to my "home page"
...
[SVN r15895]
2002-10-11 09:44:39 +00:00
Douglas Gregor
eb234b3e66
Tidy up the HTML
...
[SVN r15838]
2002-10-10 05:12:07 +00:00
Douglas Gregor
f36e83fb27
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
Douglas Gregor
ab1228c279
reference.html:
...
- Document argI_type typedefs
- Document arity ICE
[SVN r15183]
2002-09-06 18:47:32 +00:00
Douglas Gregor
d59b93384b
Report success on Compaq cxx 6.2
...
[SVN r14697]
2002-08-05 15:07:34 +00:00
Douglas Gregor
e837b20127
Report the sad fate of CodeWarrior
...
[SVN r14696]
2002-08-05 15:05:57 +00:00
Douglas Gregor
0ff1daa573
Proper HTML, please
...
[SVN r14690]
2002-08-05 06:29:07 +00:00
Douglas Gregor
8b734dac5a
Added Sun CC to the bad side of the syntax table
...
[SVN r14689]
2002-08-05 06:24:18 +00:00
Douglas Gregor
5010a0beb0
tutorial.html:
...
- Use tables to show both preferred/compatible syntaxes
- Include a table describing which syntax is right for each compiler
[SVN r14687]
2002-08-05 06:20:30 +00:00
Douglas Gregor
7ad9e2afee
Tutorial now describes the new syntax (and the old syntax)
...
[SVN r14541]
2002-07-19 21:18:01 +00:00
Douglas Gregor
e9ce99dede
test/function_n_test.cpp:
...
test/function_test.cpp:
- Don't use deprecated functions
index.html:
doc/reference.html:
- Describe deprecations
[SVN r14540]
2002-07-19 20:45:36 +00:00
Douglas Gregor
d50e9729ea
Fixed conflicts in 1.28.0 merge
...
[SVN r13946]
2002-05-16 02:18:29 +00:00
Douglas Gregor
e975d1e0c2
Lambda is now a Boost library
...
[SVN r13831]
2002-05-13 12:33:19 +00:00
Douglas Gregor
02f5d9d0e0
reference.html:
...
- Document non-voidness of result_type when on a broken compiler
[SVN r12616]
2002-02-01 02:55:22 +00:00
Douglas Gregor
39f6d34db8
reference.html:
...
- Document exception behavior of assignments/construction from stateless
objects
- Document what the term "stateless" means in this context
[SVN r12567]
2002-01-30 03:54:18 +00:00
Douglas Gregor
a250f9c140
Lots of documentation fixes - thanks Dave
...
[SVN r12505]
2002-01-25 15:00:37 +00:00
Douglas Gregor
794b728603
tutorial.html:
...
- State that ref(...) function objects won't throw during construction,
either.
[SVN r12061]
2001-12-15 00:58:47 +00:00
Douglas Gregor
1a7478bbd1
Updated docs to reflect changes in code:
...
- assignments/constructors that took const F& now take F
- no need to use &free_function for assignment from free functions, unless
using MSVC6.5
[SVN r11946]
2001-12-05 23:16:39 +00:00
Douglas Gregor
2e67e2126b
reference.html:
...
- Document semantics of reference_wrapper usage
tutorial.html:
- Add short discussion and example of ref() and cref()
[SVN r11874]
2001-12-03 16:26:19 +00:00
Douglas Gregor
dd76ed757b
Removed question about member function pointers since they are now supported
...
[SVN r11628]
2001-11-07 20:16:09 +00:00
Douglas Gregor
e5ff80fb52
Documented new feature in tutorial: automatic adaptation of pointers to member functions
...
Updated reference documentation:
- Adaptation of pointers to member functions
- No longer lie about safe_bool
- Added documentation for operator!
- Defined "compatible"
[SVN r11458]
2001-10-28 04:52:37 +00:00
Beman Dawes
50fb80c253
Fix broken hyperlink
...
[SVN r10896]
2001-08-19 15:08:33 +00:00
Douglas Gregor
f79765cce1
reference.html:
...
- Remove declaration/documentation of non-const operator().
- Update documentation of operator() const to state that the called
object is not cv-qualified.
[SVN r10687]
2001-07-22 05:30:15 +00:00
Douglas Gregor
931737f72b
reference.html:
...
- Boldified C++ keywords to make summary more readable.
[SVN r10634]
2001-07-16 18:17:00 +00:00
Douglas Gregor
ce08e55a63
referemce.html:
...
- Document swapping of mixins in swap()
[SVN r10622]
2001-07-14 20:02:39 +00:00
Douglas Gregor
8121f4ebb6
reference.html:
...
- Assignment operator and set() function both meet the strong exception
guarantee.
[SVN r10621]
2001-07-14 19:58:43 +00:00
Douglas Gregor
d37903b2e7
index.html:
...
- Removed reference and tutorial: now just link to them
faq.html:
- Moved to doc/faq.html
doc/faq.html:
- Relative directory fixups
doc/reference.html:
- Reference manual for Boost.Function
doc/tutorial.html:
- Tutorial for Boost.Function (the old "Usage" sections)
- Additional example showing the use of references and arrays
example/bind1st.cpp:
example/int_div.cpp:
example/sum_avg.cpp:
- Examples from tutorial
[SVN r10620]
2001-07-14 19:57:09 +00:00