1
0
forked from boostorg/core
Commit Graph

87 Commits

Author SHA1 Message Date
Niels Dekker
055afeaf46 Added explanatory comments, requested by Isaac Dupree, "Re: [boost] [swap] Renaming boost_swap_impl::swap_impl and/or its namespace?", http://lists.boost.org/Archives/boost/2008/08/141007.php
[SVN r48171]
2014-06-01 22:06:56 +04:00
Joseph Gauterin
21936ba16c Updated copyright info.
[SVN r47971]
2014-06-01 22:06:56 +04:00
Joseph Gauterin
594890dd99 Changed 'using std::swap;' to 'using namesapce std;' in swap_impl function to work around ADL bugs in some compilers.
[SVN r47967]
2014-06-01 22:06:56 +04:00
Niels Dekker
6e45e6a4c1 Removed swap_adl_barrier namespace, as discussed at "Re: [boost] [swap] How to fix ADL barrier for XL, Intel, GCC, Sun and Como?", http://lists.boost.org/Archives/boost/2008/07/140511.php
[SVN r47920]
2014-06-01 22:06:56 +04:00
Niels Dekker
5dfbe2185c Applied "swap.hpp.patch" by Steven Watanabe, "Re: [boost] [swap] How to fix ADL barrier for XL, Intel, GCC, Sun and Como?", http://lists.boost.org/Archives/boost/2008/07/140482.php
[SVN r47877]
2014-06-01 22:06:56 +04:00
Joseph Gauterin
d814b6425d Moved utility\swap to the trunk, as discussed in trac issue #2056.
[SVN r47093]
2014-06-01 22:06:56 +04:00
Andrey Semashev
dc3212c4c2 Extracted empty_deleter to Boost.Utility.
[SVN r85577]
2014-06-01 22:06:40 +04:00
Andrey Semashev
4652fa7415 Added a new macro BOOST_EXPLICIT_OPERATOR_BOOL_NOEXCEPT, which implements a noexcept operator. Also added explicit noexcept specification for the constexpr macro. 2014-06-01 22:06:23 +04:00
Andrey Semashev
83ffbc7678 Attempt to work around explicit_operator_bool_compile_fail_conv_pvoid test failure for VACPP.
[SVN r85570]
2014-06-01 22:06:23 +04:00
Andrey Semashev
1e5993f34a Extracted BOOST_EXPLICIT_OPERATOR_BOOL macro from Boost.Log.
[SVN r85543]
2014-06-01 22:06:23 +04:00
Peter Dimov
8ad3288b0b Remove mpl::bool_ dependency from ref.hpp, clean up a bit. 2014-06-01 03:52:44 +03:00
Andrey Semashev
4d19020313 Fix compilation with gcc 4.5 in C++11 mode
Gcc 4.5 does not allow non-public defaulted functions, so fall back to the C++03 version. Also replaced the deprecated macros with the new ones and adjusted formatting.
2014-06-01 01:15:51 +03:00
Peter Dimov
ebd6aff12a Revert incorrect reversion of adf57817ec09cb8edd6032a30da6daec3edbe23f 2014-06-01 01:15:51 +03:00
Peter Dimov
779e2b30de Fix addressof for nullptr_t values. Fixes #5487. 2014-06-01 01:15:50 +03:00
Peter Dimov
1c98320b6e Revert "Ref: Remove obsolete MSVC version check."
This reverts commit adf57817ec09cb8edd6032a30da6daec3edbe23f.

Conflicts:
	include/boost/ref.hpp
2014-06-01 01:15:50 +03:00
Peter Dimov
a608977aef Revert "Remove obsolete MSVC check from pragma guard"
This reverts commit 1fd5883b345a3c230daaad8ee93af5bc8f3209d5.
2014-06-01 01:15:49 +03:00
Stephen Kelly
aeaf9ecf8a Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Process #ifndef...#else...#endif blocks.

[SVN r86245]
2014-06-01 01:15:49 +03:00
Joel Falcou
000e6d6f04 Fix #9170 - Add BOOST_FORCEINLINE in address_of for performance issues
[SVN r86125]
2014-06-01 01:15:48 +03:00
Joel Falcou
5c4b2ffc39 Fix #9169 - Add BOOST_FORCEINLINE on boost::ref for performance issue
[SVN r86124]
2014-06-01 01:15:48 +03:00
Stephen Kelly
999b417ae2 Ref: Remove obsolete MSVC version check.
[SVN r86031]
2014-06-01 01:15:47 +03:00
Stephen Kelly
da934c4ecf Remove obsolete MSVC check from pragma guard
git grep -h -B1 "^#\s*pragma once" | grep -v pragma | sort | uniq

is now clean.

[SVN r85952]
2014-06-01 01:15:47 +03:00
Vicente J. Botet Escriba
f8aa53fe71 Utility/noncopyable: Make use of =delete #6578.
[SVN r83833]
2014-06-01 01:15:46 +03:00
Vicente J. Botet Escriba
86bfb22ec0 Utility: address_of take care of #7079.
[SVN r83429]
2014-06-01 01:15:46 +03:00
Eric Niebler
4a2d4813b3 eliminate noisy warning on msvc, fixes #2993
[SVN r52837]
2014-06-01 01:15:44 +03:00
Peter Dimov
868403700d Another try at the Sun workaround.
[SVN r52010]
2014-06-01 01:15:44 +03:00
Peter Dimov
00e75d78e7 Try the Sun workaround with int instead of size_t.
[SVN r51986]
2014-06-01 01:15:44 +03:00
Peter Dimov
dc33c13d86 Try to fix array addressof failures on Sun C++.
[SVN r51977]
2014-06-01 01:15:43 +03:00
Peter Dimov
31caf21d8b Disable new addressof code for all Borland versions. Refs #2878.
[SVN r51891]
2014-06-01 01:15:43 +03:00
Peter Dimov
2f4e34a658 Attempt to fix addressof in trunk to handle classes with conversion operators. Refs #2878.
[SVN r51872]
2014-06-01 01:15:42 +03:00
Peter Dimov
e45f2cd9d3 Refs #2128 (fixed in trunk.)
[SVN r51512]
2014-06-01 01:15:42 +03:00
Ronald Garcia
0f0591c3e7 Added unwrap_ref.
[SVN r47295]
2014-06-01 01:15:41 +03:00
Beman Dawes
2af0215fdd With his kind permission, change Jaakko "Järvi" to "Jarvi"
[SVN r46808]
2014-06-01 01:15:40 +03:00
Peter Dimov
f2bc4dc731 Fix #1846.
[SVN r44705]
2014-06-01 01:15:40 +03:00
Marshall Clow
be620e23a3 Replaced all occurrences of non-ASCII copyright symbol with '(c)' for people using non-ASCII code pages
[SVN r43992]
2014-06-01 01:15:39 +03:00
Peter Dimov
06d5bbef08 Borland 5.81 fix (Alisdair Meredith)
[SVN r33161]
2014-06-01 01:15:38 +03:00
Peter Dimov
6de0794761 Removed type_traits include, added more tests
[SVN r27712]
2014-06-01 01:15:37 +03:00
Eric Niebler
c52d81a792 work-around for Borland addressof(array) bug and associated tests
[SVN r27656]
2014-06-01 01:15:37 +03:00
Aleksey Gurtovoy
d778ba1a08 merge RC_1_32_0 fixes
[SVN r26328]
2014-06-01 01:15:35 +03:00
Dave Abrahams
3e2cb017b0 fix noncopyable, finally
[SVN r24618]
2014-06-01 01:15:34 +03:00
Dave Abrahams
9d5fc9ece7 ADL protection
[SVN r24595]
2014-06-01 01:15:34 +03:00
Dave Abrahams
d712f4afd1 ADL protection
[SVN r24564]
2014-06-01 01:15:33 +03:00
Douglas Gregor
4f521dc58c Moved to BSL
[SVN r24446]
2014-06-01 01:15:33 +03:00
John Maddock
f4d0abf98b Removed boost.org copyright assignments, and reverted to orginal author (as based on cvs history).
[SVN r24402]
2014-06-01 01:15:32 +03:00
John Maddock
7bd4d002af Removed Boost.org copyrights and replaced with originating authors copyright instead.
[SVN r24372]
2014-06-01 01:15:32 +03:00
Douglas Gregor
24b1179772 Converted to Boost Software License, Version 1.0
[SVN r24096]
2014-06-01 01:15:31 +03:00
Douglas Gregor
766a85b678 Converted to Boost Software License, Version 1.0
[SVN r24055]
2014-06-01 01:15:30 +03:00
Douglas Gregor
d3a1203215 Doug Gregor -> Douglas Gregor
[SVN r24016]
2014-06-01 01:15:29 +03:00
Dave Abrahams
7a1400291d pro9 workarounds; some ADL protection for is_xxx
[SVN r21529]
2014-06-01 01:15:28 +03:00
Eric Friedman
cdbc1a2db5 Improved workarounds.
[SVN r21157]
2014-06-01 01:15:28 +03:00
Jaakko Järvi
22e7bff2af added dummy versions of enable_if templates for platforms that have BOOST_NO_SFINAE defined
[SVN r21154]
2014-06-01 01:15:27 +03:00