Andrey Semashev
|
52e3e64a34
|
Switch to boost::core::invoke_swap.
boost::swap is deprecated and will be removed. Use boost::core::invoke_swap
as a replacement.
|
2023-09-03 02:10:18 +03:00 |
|
fanquake
|
f11a56c2a7
|
refactor: use core/swap over deprecated swap header
In boost/swap.hpp:
```cpp
// The header file at this path is deprecated;
// use boost/core/swap.hpp instead.
```
|
2022-04-29 16:08:20 +01:00 |
|
Alan de Freitas
|
1d6d44c1c4
|
Generate doxygen xml reference
|
2021-11-11 17:46:09 -03:00 |
|
Peter Dimov
|
8faf831bd1
|
memset data_ instead of *this
|
2020-05-25 23:50:35 +03:00 |
|
Peter Dimov
|
25cb7aa122
|
Use a base class to apply the memset workaround to avoid dependency on TypeTraits
|
2020-05-25 05:09:36 +03:00 |
|
Edward Diener
|
a4752e066d
|
Change __BORLANDC__ to BOOST_BORLANDC, which is defined in Boost config for the Embarcadero non-clang-based compilers.
|
2020-03-24 01:39:51 -04:00 |
|
Eric Niebler
|
379e2111e2
|
value_init and swap work on nvidia gpu's
|
2014-05-01 15:29:43 -07:00 |
|
Stephen Kelly
|
fc4bc227b5
|
Utility: Remove obsolete MSVC version check
[SVN r85932]
|
2013-09-26 09:41:00 +00:00 |
|
Niels Dekker
|
a991936c96
|
Made memset call in value_init conditional, see #3869. Updated the section "compiler issues" of its documentation.
[SVN r62307]
|
2010-05-30 09:19:09 +00:00 |
|
Niels Dekker
|
e601fcb9c9
|
Locally disabled a trivial MSVC warning in value_init.hpp (C4512, "assignment operator could not be generated")
[SVN r62030]
|
2010-05-16 11:08:00 +00:00 |
|
Niels Dekker
|
f29a5db08e
|
Hopefully fixed value_initialized compile errors on clang and comeau (strict mode) reported by Christopher Jefferson, see #4213
[SVN r61947]
|
2010-05-13 14:36:06 +00:00 |
|
Niels Dekker
|
22743ee125
|
Added boost::initialized<T> as was agreed at http://lists.boost.org/Archives/boost/2010/04/164916.php -- see #3472
[SVN r61883]
|
2010-05-09 20:51:24 +00:00 |
|
Niels Dekker
|
09a0137016
|
Reverted value_init revision [54502], intel_9_value_init_conversion-operator.patch from ticket #2548, as it only increased the number of compile errors at the regression page, and Fernando Cacciola also suggested me to leave it broken (without the patch), for this specific (old) compiler version.
[SVN r54832]
|
2009-07-09 08:06:19 +00:00 |
|
Niels Dekker
|
b514e40733
|
Worked around Intel 9 specific ambiguity w.r.t. value_initialized conversion operators, by applying intel_9_value_init_conversion-operator.patch, as discussed w/ Daniel James at ticket #2548
[SVN r54502]
|
2009-06-29 17:53:33 +00:00 |
|
Niels Dekker
|
5f0cf4f5de
|
Fixed const issue of value_initialized according to ticket #2548. See also http://lists.boost.org/Archives/boost/2009/02/148489.php
[SVN r51355]
|
2009-02-20 20:28:54 +00:00 |
|
Niels Dekker
|
55f303baec
|
Added value_initialized::swap according to ticket #2243, as agreed with Fernando Cacciola :-)
[SVN r48424]
|
2008-08-28 18:37:45 +00:00 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
Douglas Gregor
|
fb943b77d5
|
License updates
[SVN r24597]
|
2004-08-19 15:19:17 +00:00 |
|
Ralf W. Grosse-Kunstleve
|
aff985a563
|
explicit "private" inheritance to avoid compiler warnings (MIPSpro)
[SVN r15422]
|
2002-09-17 21:06:32 +00:00 |
|
Dave Abrahams
|
db425222d5
|
mpl_v2 branch checkin
[SVN r15258]
|
2002-09-11 05:35:41 +00:00 |
|