Niels Dekker
|
8efae71f4a
|
Changed boost::initialized_value from a class to an instance, to make its use more convenient, as discussed with Fernando.
[SVN r45685]
|
2008-05-23 16:46:43 +00:00 |
|
Douglas Gregor
|
ad0bcf4a00
|
result_of implementation that makes use of C++0x decltype, from Daniel Walker. Fixes #862.
[SVN r45256]
|
2008-05-09 22:08:46 +00:00 |
|
Peter Dimov
|
a5b85eda07
|
Fix #1846.
[SVN r44705]
|
2008-04-21 21:42:29 +00:00 |
|
Emil Dotchevski
|
bafe37fdab
|
Boost Exception header compilation tests added.
[SVN r44442]
|
2008-04-15 21:13:24 +00:00 |
|
Daniel Frey
|
be50b95508
|
Added test and fix for "convertible to bool" requirement
[SVN r44151]
|
2008-04-10 14:38:14 +00:00 |
|
Marshall Clow
|
96d573d6ca
|
Replaced all occurrences of non-ASCII copyright symbol with '(c)' for people using non-ASCII code pages
[SVN r43992]
|
2008-04-02 01:42:32 +00:00 |
|
Emil Dotchevski
|
94865eabe6
|
boost exception
[SVN r43485]
|
2008-03-04 01:41:17 +00:00 |
|
Niels Dekker
|
ad9108c1dc
|
Fixed the assignment of value_initialized<T> for T being a C-style array. (The previous version would trigger a compile error in this case.)
[SVN r43308]
|
2008-02-18 22:11:19 +00:00 |
|
Niels Dekker
|
28596e678d
|
value_init: Removed aligned_storage::address() calls, to improve TR1 compatibility, as confirmed by John Maddock. Added internal helper function, wrapper_address(), as discussed with Fernando.
[SVN r43025]
|
2008-01-30 22:42:23 +00:00 |
|
Niels Dekker
|
1beca24dd8
|
Removed local named variable from value_initialized::operator=, as Fernando Cacciola suggested me to avoid unnecessary named variables.
[SVN r42869]
|
2008-01-19 20:52:04 +00:00 |
|
Niels Dekker
|
8ce58b1675
|
Added convenience class initialized_value, as announced at http://article.gmane.org/gmane.comp.lib.boost.devel/169833
[SVN r42815]
|
2008-01-16 09:35:12 +00:00 |
|
Niels Dekker
|
ac1567b3fc
|
value_init now uses aligned_storage::address(), instead of "&x", as recommended by Fernando Cacciola (by mail)
[SVN r42277]
|
2007-12-24 20:42:16 +00:00 |
|
Douglas Gregor
|
c1fd670480
|
Reduce header dependencies, from Shunsuke Sogame. Fixes #1535
[SVN r42234]
|
2007-12-21 21:18:17 +00:00 |
|
Niels Dekker
|
01274cf6ac
|
value_init.hpp now no longer distinguished between workaround and non-workaround, because many compilers don't do value-initialization well. Fixed copy construction and assignment -- discussed with Fernando Cacciola
[SVN r41942]
|
2007-12-09 22:49:58 +00:00 |
|
Niels Dekker
|
ec46e40809
|
Code refactoring: removed private base classes of value_initialized, as suggested by Fernando Cacciola.
[SVN r41216]
|
2007-11-18 22:11:57 +00:00 |
|
Peter Dimov
|
56b0846099
|
BOOST_VERIFY added.
[SVN r40728]
|
2007-11-03 20:55:22 +00:00 |
|
Niels Dekker
|
cd8f85afee
|
Disabled MSVC warning C4345, in response to Gennadiy Rozental, Boost Developer mailing list, "[utility] value_init warning", October 14, 2007. Push'n'pop reminder from Paul A Bristow taken into account.
[SVN r40088]
|
2007-10-16 17:00:28 +00:00 |
|
Markus Schöpflin
|
bddd52c4b9
|
Fixed bug preventing compilation on Tru64/CXX.
[SVN r39918]
|
2007-10-11 07:36:41 +00:00 |
|
Niels Dekker
|
3bb2568fad
|
Visual C++ 7.1 ICE workaround by Ralf W. Grosse-Kunstleve added to ~const_T_base() as well. See also Boost Developers mailing list, subject "utility/value_init.hpp: VC 7.1 ICE & workaround"
[SVN r39308]
|
2007-09-16 09:33:34 +00:00 |
|
Ralf W. Grosse-Kunstleve
|
01e91a3799
|
work around Visual C++ 7.1 internal compiler error
[SVN r39302]
|
2007-09-15 23:11:50 +00:00 |
|
Niels Dekker
|
55f3c351a3
|
Added MSVC workaround to value_initialized, as described by ticket #1217, proposed at the Boost Developers mailing list, and discussed with Fernando Cacciola.
[SVN r39157]
|
2007-09-07 17:17:09 +00:00 |
|
Eric Niebler
|
71cb8cb574
|
broken msvc name look-up getting confused about which detail namespace
[SVN r38511]
|
2007-08-08 18:05:24 +00:00 |
|
Tobias Schwinger
|
c950825ef4
|
- overloads apply for array construction
- adds support for zero arguments
- lets apply return the result of the new-expression
- revises the preprocessing code
[SVN r38101]
|
2007-06-26 23:07:25 +00:00 |
|
Daniel Frey
|
06404f7d39
|
Improved empty_base
[SVN r37754]
|
2007-05-23 22:48:42 +00:00 |
|
Douglas Gregor
|
2d860e2574
|
Fix result_of's handling of F(void).
[SVN r37140]
|
2007-03-05 15:25:16 +00:00 |
|
Eric Niebler
|
66514f61ff
|
fix result_of ambiguity error for nullary functions
[SVN r36773]
|
2007-01-24 06:44:20 +00:00 |
|
Eric Niebler
|
63cde4d3fd
|
slightly modified implementation works around msvc 7.1/8.0 compiler bugs
[SVN r36668]
|
2007-01-08 20:38:51 +00:00 |
|
Dave Abrahams
|
c730ab4ffb
|
Parameter library Workarounds for Borland and MSVC
Parameter library explicit markup for expected failures
value_init.hpp:
Borland workarounds
Use angle-includes consistently
[SVN r35084]
|
2006-09-13 03:00:18 +00:00 |
|
Hartmut Kaiser
|
bf968794c9
|
Fixed an ambiguity.
[SVN r34403]
|
2006-06-26 01:58:38 +00:00 |
|
Peter Dimov
|
ce6e9c6698
|
Digital Mars support (Pavel Vozenilek)
[SVN r34373]
|
2006-06-22 12:47:19 +00:00 |
|
Dave Abrahams
|
7ac180ed54
|
Use forwarding to get SFINAE effect in some common use cases.
Rename detail::result_of to detail::result_of_impl to avoid surprises
when result_of is used from within boost::detail.
[SVN r33981]
|
2006-05-16 22:55:27 +00:00 |
|
Peter Dimov
|
271ea9e901
|
Borland 5.81 fix (Alisdair Meredith)
[SVN r33161]
|
2006-02-27 21:57:38 +00:00 |
|
Dave Abrahams
|
7cd572a326
|
VC++ warning suppression
[SVN r33001]
|
2006-02-18 23:03:14 +00:00 |
|
Alisdair Meredith
|
90c56ba2ce
|
Update for BCB2006
[SVN r32865]
|
2006-02-12 20:16:31 +00:00 |
|
John Maddock
|
c0f0a4f51d
|
Try again with DMC patch: last attempt broke Borland C++ Builder, so use implicit casts with protected rather than private bases.
[SVN r32524]
|
2006-02-03 11:00:23 +00:00 |
|
John Maddock
|
7594e00460
|
Added explicit static_casts when casting *this to a reference-to-base-class: it keeps Digital Mars happy apparently.
[SVN r32413]
|
2006-01-25 10:45:26 +00:00 |
|
Hartmut Kaiser
|
2dffdac9fe
|
Disabiguated the detail namespace.
[SVN r30558]
|
2005-08-12 19:06:10 +00:00 |
|
Dave Abrahams
|
84fbb3c896
|
Fix mis-nested namespace scope/#ifdef
[SVN r30159]
|
2005-07-18 18:50:47 +00:00 |
|
Douglas Gregor
|
865c707756
|
BOOST_NO_RESULT_OF support
[SVN r30040]
|
2005-07-13 12:35:37 +00:00 |
|
John Maddock
|
aaca5ca871
|
Updated Borland workaround.
[SVN r29462]
|
2005-06-07 09:44:19 +00:00 |
|
Dave Abrahams
|
5a4e19989f
|
Workaround for nonconformance to CWG issue 298, checked in on behalf of John Maddock
[SVN r29415]
|
2005-06-03 19:11:54 +00:00 |
|
Peter Dimov
|
dcb2dd4736
|
Removed type_traits include, added more tests
[SVN r27712]
|
2005-03-16 22:02:22 +00:00 |
|
Eric Niebler
|
ae19cd6236
|
work-around for Borland addressof(array) bug and associated tests
[SVN r27656]
|
2005-03-14 23:03:42 +00:00 |
|
Rene Rivera
|
3ab4d38931
|
Apply typo fixes from Julio M. Merino Vidal
[SVN r27513]
|
2005-02-27 17:28:24 +00:00 |
|
Beman Dawes
|
6bb092a9b1
|
Add comment explaining use of assert.h
[SVN r27473]
|
2005-02-21 12:32:20 +00:00 |
|
Aleksey Gurtovoy
|
082ae17eaf
|
merge RC_1_32_0 fixes
[SVN r26328]
|
2004-11-28 03:35:12 +00:00 |
|
Aleksey Gurtovoy
|
dd86e09ab4
|
merge RC_1_32_0 tab fixes
[SVN r26327]
|
2004-11-28 03:27:25 +00:00 |
|
Fernando Cacciola
|
5eb23cecd0
|
In-place factories moved from /detail to /utility
New value_initalized tests added
[SVN r25377]
|
2004-09-23 17:03:54 +00:00 |
|
Fernando Cacciola
|
325bd73df7
|
In-place factories moved from /detail to /utility
New value_initalized tests added
[SVN r25313]
|
2004-09-21 14:54:32 +00:00 |
|
Aleksey Gurtovoy
|
ac90fdc611
|
merge new MPL version from 'mplbook' branch
[SVN r24874]
|
2004-09-02 15:41:37 +00:00 |
|