1
0
forked from boostorg/core
Commit Graph

125 Commits

Author SHA1 Message Date
Niels Dekker
a6d33f622d Added a newline to swap/test/lib_header_1.cpp, hoping to fix Sun 5.x compile issue, "Error: There is extra text on this line"
[SVN r47829]
2014-06-01 21:58:50 +04:00
Niels Dekker
52652243a8 Added test_adl_barrier to swap/test, as discussed with Joseph Gauterin.
[SVN r47808]
2014-06-01 21:58:50 +04:00
Niels Dekker
8a0f67713f Fixed silly little typo of mine, in test/swap_arrays.cpp
[SVN r47629]
2014-06-01 21:58:50 +04:00
Niels Dekker
8696fdaaa6 Added swap_test_class swap functions to test/swap_arrays.cpp. My fault, they should have been there already!
[SVN r47628]
2014-06-01 21:58:50 +04:00
Niels Dekker
3ef9454c44 Fixed silly little bug of mine in swap/test/swap_arrays.cpp
[SVN r47626]
2014-06-01 21:58:50 +04:00
Joseph Gauterin
b312a3787c Corrected duplicated file contents
[SVN r47607]
2014-06-01 21:58:50 +04:00
Vladimir Prus
b9dc8d9d4d Remove duplicate content.
[SVN r47360]
2014-06-01 21:58:50 +04:00
Joseph Gauterin
a3d73aed75 Moved utility\swap to the trunk, as discussed in trac issue #2056.
[SVN r47093]
2014-06-01 21:58:50 +04:00
Andrey Semashev
db06972ba3 Extracted empty_deleter to Boost.Utility.
[SVN r85577]
2014-06-01 21:58:37 +04:00
Andrey Semashev
aaadc128f3 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 21:55:26 +04:00
Andrey Semashev
1c247b7fe7 Attempt to work around explicit_operator_bool_compile_fail_conv_pvoid test failure for VACPP.
[SVN r85570]
2014-06-01 21:55:26 +04:00
Andrey Semashev
e9a53f2e69 Extracted BOOST_EXPLICIT_OPERATOR_BOOL macro from Boost.Log.
[SVN r85543]
2014-06-01 21:55:26 +04:00
Peter Dimov
c63c917ebe Add index.html, addressof.html, noncopyable.html 2014-06-01 04:28:25 +03:00
Peter Dimov
8ad3288b0b Remove mpl::bool_ dependency from ref.hpp, clean up a bit. 2014-06-01 03:52:44 +03:00
Peter Dimov
927f98189d Update enable_if tests to use lightweight_test, add to Jamfile. 2014-06-01 02:10:28 +03:00
Peter Dimov
ba9f0e47a1 Remove unnecessary includes and workarounds from ref_ct_test. 2014-06-01 01:51:40 +03:00
Peter Dimov
f032781796 Add Jamfile.v2; make ref_test use lightweight_test.hpp. 2014-06-01 01:48:14 +03:00
Peter Dimov
5dd86f3ac4 Move and rename test files. 2014-06-01 01:31:54 +03:00
Beman Dawes
fb6ec0ef3a With his kind permission, change Jaakko "Järvi" to "Jarvi"
[SVN r46808]
2014-06-01 01:16:06 +03:00
Marshall Clow
605b5112e1 Replaced all occurrences of non-ASCII copyright symbol with '(c)' for people using non-ASCII code pages
[SVN r43992]
2014-06-01 01:16:06 +03:00
Vladimir Prus
fd5c46ad76 Remove V1 Jamfiles
[SVN r38516]
2014-06-01 01:16:05 +03:00
Jeremiah Willcock
d3ce7aa91c Attempted portability fix for Sun compilers
[SVN r31904]
2014-06-01 01:16:05 +03:00
Vladimir Prus
395da5e7c9 Add V2 Jamfile
[SVN r28246]
2014-06-01 01:16:04 +03:00
Aleksey Gurtovoy
7ec17497c7 move enable_if tests into their own subdirectory
[SVN r25649]
2014-06-01 01:16:04 +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
Jeremiah Willcock
afefe89832 Fixed duplicate anchors
[SVN r86423]
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
Jeremiah Willcock
72835cf1ac Applied doc patches from Matt Calabrese
[SVN r71221]
2014-06-01 01:15:45 +03:00
John Maddock
5dd164b0bc Suppress/fix some msvc and gcc compiler warnings.
[SVN r57494]
2014-06-01 01:15:45 +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
5b2149af82 Added an anonymous unwrapping test.
[SVN r47297]
2014-06-01 01:15:41 +03:00
Ronald Garcia
8991da4fab Added tests for unwrap_ref.
[SVN r47296]
2014-06-01 01:15:41 +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