Douglas Gregor
ec188c7c3e
Make local classes nonlocal to silence annoying warnings from Borland C++
...
[SVN r13418]
2002-04-10 04:00:22 +00:00
Douglas Gregor
0a0296a5d0
ref.hpp:
...
- Use addressof() instead of & operator
[SVN r13416]
2002-04-10 03:36:17 +00:00
Douglas Gregor
6e26a5bbe7
boost/utility.hpp:
...
- Include boost/utility/addressof.hpp
boost/utility/addressof.hpp:
- addressof() implementation
libs/utility/utility.htm:
- Document addressof
libs/utility/addressof_test.cpp:
- Test addressof()
[SVN r13414]
2002-04-10 03:31:18 +00:00
Douglas Gregor
dc1b6246a0
boost/ref.hpp:
...
- Added get_pointer method to return a pointer (instead of a reference)
libs/bind/ref.html:
- Document get_pointer
[SVN r13322]
2002-03-31 00:24:00 +00:00
John Maddock
15f69eaf14
Fixed new problem with Borland compile -
...
code clashes with some new type traits workarounds for some reason.
[SVN r13226]
2002-03-19 11:33:00 +00:00
Dave Abrahams
4774a0d325
Added Copyright
...
[SVN r13145]
2002-03-09 20:34:06 +00:00
Jens Maurer
be78ab72c9
update expected failures for Sun CC
...
[SVN r13101]
2002-03-05 20:41:37 +00:00
Dave Abrahams
0bc4a1b20d
Warning suppressioni from Craig Rodrigues
...
[SVN r13098]
2002-03-05 18:55:49 +00:00
Darin Adler
c8b674d105
Add missing paren.
...
[SVN r12997]
2002-03-01 17:43:00 +00:00
John Maddock
b421d4725a
Fixed expected failures for gcc 3.1
...
[SVN r12994]
2002-03-01 12:27:01 +00:00
Dave Abrahams
1662bb5713
use of "small" changed to "small_" to suppress confusion on some compilers
...
[SVN r12916]
2002-02-24 02:35:19 +00:00
Toon Knapen
ad79a21abd
added portability note about using std::vector's as Base with VC++
...
[SVN r12875]
2002-02-21 12:09:46 +00:00
Peter Dimov
19645a52e6
Added a default constructor to shared_count and shared_ptr for incomplete types (void).
...
[SVN r12815]
2002-02-15 13:31:58 +00:00
John Maddock
74c3077c9a
Added test cases for incomplete and abstract base class types.
...
[SVN r12803]
2002-02-14 12:57:32 +00:00
John Maddock
1f29191329
Modified call_traits to work with incomplete types.
...
[SVN r12800]
2002-02-14 12:54:57 +00:00
Darin Adler
4b636a7680
Always say "private noncopyable" to avoid warnings.
...
[SVN r12762]
2002-02-08 20:08:15 +00:00
Jeremy Siek
e6fc2555f3
removed tabs
...
[SVN r12707]
2002-02-04 20:29:35 +00:00
Darin Adler
e27d0fcf2a
New smart pointer documentation. Related clean-up of the smart pointer
...
library. Changing includes to include the new individual smart pointer
headers. Replacing old smart pointer library with an include of the new
smart pointer headers. Simplify ifdefs that involve the member templates
macros now that BOOST_MSVC6_MEMBER_TEMPLATES is also guaranteed to bet
set for platforms that have full member templates.
[SVN r12647]
2002-02-02 18:36:12 +00:00
Dave Abrahams
2643c33b20
Doc fixes from Thomas Witt
...
[SVN r12621]
2002-02-01 13:03:21 +00:00
Aleksey Gurtovoy
71af1e77c8
compile-time ref.hpp header test, initial checkin
...
[SVN r12525]
2002-01-27 13:39:06 +00:00
Aleksey Gurtovoy
99e7406bd9
ref_ct_test.cpp
...
[SVN r12524]
2002-01-27 13:32:37 +00:00
Aleksey Gurtovoy
413265f497
compile-time ref.hpp header test, initial checkin
...
[SVN r12522]
2002-01-27 13:07:20 +00:00
Aleksey Gurtovoy
fe44cdf09b
made 'reference_wrapper' Assignable
...
[SVN r12520]
2002-01-27 13:02:27 +00:00
Peter Dimov
e413428d71
Added tests for the new smart pointers.
...
[SVN r12500]
2002-01-25 13:54:30 +00:00
Darin Adler
88b9822db7
Mark inline to avoid warning with "require prototypes" on.
...
[SVN r12490]
2002-01-24 19:15:30 +00:00
Peter Dimov
24045c0cd7
#included <boost/checked_delete.hpp>, removed unnecessary #includes.
...
[SVN r12488]
2002-01-24 17:47:08 +00:00
Dave Abrahams
d2aa9f4a84
added missing #include of boost/config.hpp
...
[SVN r12483]
2002-01-24 16:55:41 +00:00
Dave Abrahams
d2a5fd169f
initial checkin
...
[SVN r12481]
2002-01-24 16:52:06 +00:00
Peter Dimov
4e350d9934
Modified is_reference_wrapper<> to work for reference types.
...
[SVN r12475]
2002-01-24 13:28:08 +00:00
Dave Abrahams
f3f697bbc8
added is_reference_wrapper<>, unwrap_reference<>
...
[SVN r12470]
2002-01-23 21:19:14 +00:00
Darin Adler
c7c09696db
Tweak comments. Include <assert.h> and <boost/current_function.hpp> only
...
when needed.
[SVN r12446]
2002-01-22 18:28:33 +00:00
Peter Dimov
dbcc58d984
Smart pointer enhancements, initial commit
...
[SVN r12439]
2002-01-22 13:38:52 +00:00
Dave Abrahams
8231310c4d
initial checkin
...
[SVN r12390]
2002-01-21 01:29:06 +00:00
Beman Dawes
2988140430
tabs
...
[SVN r12360]
2002-01-19 16:07:28 +00:00
John Maddock
7387966005
Stripped tabs from source
...
[SVN r12351]
2002-01-19 12:38:14 +00:00
Jeremy Siek
e0a5a61375
removed eroneous "detail::" prefix
...
[SVN r12326]
2002-01-15 19:14:53 +00:00
Jeremy Siek
66ecd70689
removed std:: prefix from slist
...
[SVN r12310]
2002-01-14 14:57:20 +00:00
Dave Abrahams
67f4f45653
Fixed violation of 'explicit' constructor
...
[SVN r12256]
2002-01-09 13:15:54 +00:00
Dave Abrahams
1bf28b3de2
Fixes for Borland
...
[SVN r12254]
2002-01-09 12:11:37 +00:00
John Maddock
eb3c3435d7
Updated expected results
...
[SVN r12250]
2002-01-08 13:01:15 +00:00
Dave Abrahams
8a81d8b16c
Workarounds for MSVC
...
[SVN r12246]
2002-01-07 19:24:45 +00:00
Toon Knapen
bc9d8b13d0
converted some of the old terminology (OrderIterator) to the current
...
terminology (IndexIterator)
[SVN r12164]
2001-12-28 15:49:45 +00:00
Dave Abrahams
4768b167ab
Removed obsolete mentions of "less"; Added formalized Policies Concept description
...
[SVN r12056]
2001-12-14 12:54:21 +00:00
Dave Abrahams
591ff70ed1
many fixes
...
[SVN r12054]
2001-12-13 19:43:35 +00:00
Dave Abrahams
7bf2ad0b22
VC6 patch
...
[SVN r12045]
2001-12-13 18:24:29 +00:00
Jens Maurer
409c79b2e4
fix example (thanks to Michael Stevens)
...
[SVN r11979]
2001-12-08 08:39:27 +00:00
Toon Knapen
d0410691a1
removed calls to non-standard std::iota (SGI extension)
...
[SVN r11904]
2001-12-04 08:02:36 +00:00
Dave Abrahams
64e5115138
Fixed spelling error ing gcc-3.0 bug workaround
...
[SVN r11888]
2001-12-03 21:48:54 +00:00
Dave Abrahams
7ae912d83c
Rolled in Helmut's fixes for random_access_iterable; rolled back
...
workarounds for that problem.
[SVN r11887]
2001-12-03 21:47:58 +00:00
Toon Knapen
2937f5876c
changed std::iota call (SGI extension) to a manual loop
...
in permutation_iterator test
[SVN r11869]
2001-12-03 08:35:08 +00:00