Douglas Gregor
ce00e49978
Newer Borland compiler still does not handle enable_if
...
[SVN r18064]
2003-03-23 16:58:05 +00:00
Douglas Gregor
eeb15caff2
Document nested class template "sig"
...
[SVN r17946]
2003-03-16 02:00:20 +00:00
Douglas Gregor
ade6c96d5c
Updated to reflect BoostBook changes
...
[SVN r17941]
2003-03-15 23:12:35 +00:00
Douglas Gregor
b54e9df555
Lots of cleanups as BoostBook becomes more strict
...
[SVN r17871]
2003-03-13 00:29:57 +00:00
Douglas Gregor
eb14b70c9c
Move away from attributes, toward elements
...
[SVN r17869]
2003-03-13 00:08:34 +00:00
Douglas Gregor
48e2bc0bdb
Import of BoostBook documentation for any, array, bind, function, ref, and
...
signals libraries.
[SVN r17866]
2003-03-12 23:27:25 +00:00
Douglas Gregor
652955dee5
The old HTML Function documentation has been removed. The file index.html
...
redirects to $BOOST_ROOT/doc/html/function.html, the new home for the Function
library documentation
[SVN r17467]
2003-02-17 04:43:49 +00:00
Douglas Gregor
a44c07104c
Regenerated, with function_test renamed to lib_function_test
...
[SVN r17420]
2003-02-14 18:15:01 +00:00
Douglas Gregor
af75e6622e
Regenerated, with license and copyright info
...
[SVN r17419]
2003-02-14 18:05:26 +00:00
Douglas Gregor
07f4c425e3
Workaround for a Visual Age C++ preprocessor issue
...
[SVN r17407]
2003-02-14 15:34:39 +00:00
Douglas Gregor
25d109144d
Don't omit template parameter names (Markus Schöpflin)
...
[SVN r17333]
2003-02-12 18:46:12 +00:00
Douglas Gregor
6ac619c12b
Lots o' copyright statements
...
[SVN r17265]
2003-02-07 14:03:37 +00:00
Beman Dawes
c76d87f4ad
rename function_test to lib_function_test due to clash file libs/functional
...
[SVN r17141]
2003-01-31 23:56:11 +00:00
Douglas Gregor
eb8a563a3b
Suppress warnings on HP aCC
...
[SVN r17089]
2003-01-30 14:25:00 +00:00
Douglas Gregor
300ca5bdef
Delete nothrow, new throw
...
[SVN r17088]
2003-01-30 14:22:28 +00:00
Douglas Gregor
9bc263cf97
Regenerated
...
[SVN r17084]
2003-01-30 04:42:06 +00:00
Douglas Gregor
8b6ebc4c42
>> std::endl; is bad :)
...
[SVN r17078]
2003-01-29 13:49:14 +00:00
Dave Abrahams
3cb116cf11
aCC workaround
...
[SVN r16975]
2003-01-21 13:54:27 +00:00
Douglas Gregor
09657f1134
Fixed broken testcases that came from tutorial sample code
...
[SVN r16935]
2003-01-19 14:44:34 +00:00
Douglas Gregor
4a46b5e1b9
Generated from XML
...
[SVN r16929]
2003-01-18 15:07:06 +00:00
Douglas Gregor
951cb3acd4
Testcases autogenerated from the Boost.Function tutorial
...
[SVN r16711]
2002-12-28 03:44:00 +00:00
Beman Dawes
3b644dbfff
add or update See www.boost.org comments
...
[SVN r16708]
2002-12-27 16:51:53 +00:00
Douglas Gregor
d6659e26d7
function_base.hpp: Borland's new update has the same enable_if bug
...
[SVN r16678]
2002-12-22 14:28:29 +00:00
Douglas Gregor
535612ec85
function_base.hpp:
...
- Use BOOST_WORKAROUND more
- Borland C++ 5.5 update 2 doesn't support enable_if
- MSVC 7.0 needs the comparison-with-zero workarounds
[SVN r16636]
2002-12-17 13:50:07 +00:00
Douglas Gregor
c4451e5a64
Remove MSVC-specific hack
...
[SVN r16626]
2002-12-16 22:48:07 +00:00
Douglas Gregor
a75e20c3ed
Support comparisons against 0 on MSVC
...
[SVN r16618]
2002-12-15 16:05:01 +00:00
Douglas Gregor
b62c8066a3
Forward-declare function_base for use in the allocator
...
[SVN r16617]
2002-12-15 15:20:28 +00:00
Douglas Gregor
30917e9f6a
MIPSpro's library needs to use allocator<function_base>, not allocator<void>
...
[SVN r16616]
2002-12-15 15:13:51 +00:00
Douglas Gregor
b8d3e01e42
Removed enable_if checks: the same syntax is supported regardless of support
...
for enable_if
[SVN r16615]
2002-12-15 14:55:07 +00:00
Douglas Gregor
450959d0d7
Use boost/assert.hpp to check (at runtime) if the int passed to Boost.Function's
...
clearing constructor is zero
[SVN r16614]
2002-12-15 14:54:32 +00:00
Douglas Gregor
da9d12d1b9
function_template.hpp:
...
- When enable_if is not supported, supply an int version of the constructor
and assignment operator so that the '= 0' or construct-with-0 syntax is
usable
[SVN r16613]
2002-12-15 14:51:16 +00:00
Douglas Gregor
4466a7c9c0
function_base.hpp:
...
- GCC 3.0 and later do support enable_if. Not sure what happened there...
- Use BOOST_WORKAROUND in some places (more to come...)
[SVN r16612]
2002-12-15 14:45:13 +00:00
Douglas Gregor
1e262bc976
function_n_test.cpp: Add a missing #endif
...
[SVN r16595]
2002-12-12 13:44:04 +00:00
Douglas Gregor
b58acb02e3
BOOST_NO_CONFIG -> BOOST_STRICT_CONFIG (Dave Abrahams)
...
[SVN r16524]
2002-12-05 12:28:19 +00:00
Dave Abrahams
06539c093f
Suppress warnings on HP aCC
...
[SVN r16515]
2002-12-04 16:19:39 +00:00
Dave Abrahams
949a459d8a
SunPro CC workaround
...
[SVN r16514]
2002-12-04 16:18:31 +00:00
Dave Abrahams
4cc84aff24
Disable function-type partial specializations for SunPro
...
[SVN r16512]
2002-12-04 15:55:34 +00:00
Dave Abrahams
9cf5e8efbe
Workaround Sun and HP bugs
...
[SVN r16511]
2002-12-04 15:54:33 +00:00
Douglas Gregor
17427dfa3b
Borland C++ 5.6.0 doesn't handle enable_if
...
[SVN r16262]
2002-11-15 19:26:39 +00:00
Douglas Gregor
7dcd9cd224
Metrowerks 7.2 can't handle enable_if
...
[SVN r16226]
2002-11-13 21:00:23 +00:00
Douglas Gregor
f54bd9f08d
function_template.hpp:
...
- Wrap ICEs in parentheses when used as template arguments
[SVN r16225]
2002-11-13 18:03:55 +00:00
Douglas Gregor
7baa23912d
Fix on BCC 5.6.1 (Hugo Duncan)
...
[SVN r16216]
2002-11-12 22:36:29 +00:00
Douglas Gregor
79fca4d1b2
MSVC 7.0 broken. Go figure
...
[SVN r16179]
2002-11-09 21:05:46 +00:00
Douglas Gregor
18d09833f7
Neither MSVC nor Borland can handle enable_if. Big surprise.
...
[SVN r16177]
2002-11-09 17:16:24 +00:00
Douglas Gregor
aa2c2520ad
Make sure to pass the address of a function to Boost.Function, not the function itself (stupid MSVC)
...
[SVN r16176]
2002-11-09 17:12:45 +00:00
Douglas Gregor
5574a6e97d
MIPSpro 7.3.1.3m can't support enable_if
...
[SVN r16175]
2002-11-09 16:26:47 +00:00
Douglas Gregor
17b311cbbd
Support assignment from 0, construction from 0, and comparison to zero.
...
[SVN r16174]
2002-11-09 16:02:47 +00:00
Douglas Gregor
4fed545468
function_n_test.cpp:
...
- Don't test == 0 syntax (it isn't supported)
[SVN r16115]
2002-11-05 14:36:49 +00:00
Douglas Gregor
17ded4b8bf
- Added sig member template support for Boost.Lambda, with testcase (Michael Hohmuth)
...
- Removed the assignment-to-zero attempt
- Added bad_function_call exception (using boost::throw_exception)
[SVN r16102]
2002-11-04 18:19:01 +00:00
Douglas Gregor
9a09d9e044
index.html: Make valid HTML 4.01
...
[SVN r15839]
2002-10-10 05:40:42 +00:00