Commit Graph

940 Commits

Author SHA1 Message Date
Niels Dekker
da33d1b283 Updated swap.html because LWG issue 809 is now accepted as a defect. Fixed some HTML formatting.
[SVN r49771]
2014-06-01 22:06:57 +04:00
Niels Dekker
edbdd3f4d2 Swap documentation: fixed a misspelling of the name of Steven Watanabe.
[SVN r49416]
2014-06-01 22:06:57 +04:00
Niels Dekker
6ed1377d5c Extended swap_arrays test, checking that boost::swap does correctly exchange the values of its arguments.
[SVN r48247]
2014-06-01 22:06:56 +04:00
Niels Dekker
e3b6996fb2 Added extra checks, checking that boost::swap does correctly exchange the values of its arguments, as I mentioned at "Re: [boost] [swap] Renaming boost_swap_impl::swap_impl and/or its namespace?", http://lists.boost.org/Archives/boost/2008/08/141027.php
[SVN r48246]
2014-06-01 22:06:56 +04:00
Niels Dekker
3179176c59 Added a data member to swap_test_class and made it EqualityComparable, as I mentioned at "Re: [boost] [swap] Renaming boost_swap_impl::swap_impl and/or its namespace?", http://lists.boost.org/Archives/boost/2008/08/141027.php
[SVN r48245]
2014-06-01 22:06:56 +04:00
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
Daniel James
4d5ff5d8e0 Fix Windows-1252 dash in UTF-8 document.
[SVN r48133]
2014-06-01 22:06:56 +04:00
Joseph Gauterin
534d6f0772 Updated documentation to remove references to the 'ADL barrier'
[SVN r47973]
2014-06-01 22:06:56 +04:00
Joseph Gauterin
8471db6a21 Renamed 'test_adl_barrier.cpp' to 'no_ambiguity_in_boost.cpp' and altered comments to reflect new disambiguation technique.
[SVN r47972]
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
fbbcc966f6 Added swap tests for std types, as discussed at "Re: [boost] [swap] Workaround for ADL failures of MSVC 7.1 and Borland okay?", http://lists.boost.org/Archives/boost/2008/08/140589.php
[SVN r47943]
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
Niels Dekker
d87b285fe9 Fixed comment in swap/test/specialized_in_boost_and_other.cpp
[SVN r47840]
2014-06-01 22:06:56 +04:00
Niels Dekker
ac010b6e3c Added specialized_in_boost_and_other to swap/test, as discussed at "[boost] [swap] End-user allowed to add overloads to boost namespace?", http://lists.boost.org/Archives/boost/2008/07/140327.php
[SVN r47839]
2014-06-01 22:06:56 +04:00
Niels Dekker
568e680e9e 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 22:06:56 +04:00
Niels Dekker
911e2525d3 Added test_adl_barrier to swap/test, as discussed with Joseph Gauterin.
[SVN r47808]
2014-06-01 22:06:56 +04:00
Niels Dekker
c300d2627c Fixed silly little typo of mine, in test/swap_arrays.cpp
[SVN r47629]
2014-06-01 22:06:56 +04:00
Niels Dekker
f1947e8d0e Added swap_test_class swap functions to test/swap_arrays.cpp. My fault, they should have been there already!
[SVN r47628]
2014-06-01 22:06:56 +04:00
Niels Dekker
2157555d88 Fixed silly little bug of mine in swap/test/swap_arrays.cpp
[SVN r47626]
2014-06-01 22:06:56 +04:00
Joseph Gauterin
0f249e530a Corrected duplicated file contents
[SVN r47607]
2014-06-01 22:06:56 +04:00
Vladimir Prus
82cca4ccec Remove duplicate content.
[SVN r47360]
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
Andrey Semashev
d0c9dca64d Corrected BOOST_EXPLICIT_OPERATOR_BOOL_NOEXCEPT macro name in one branch. 2014-06-01 22:03:45 +04:00
Eric Niebler
31b36d136d value_init and swap work on nvidia gpu's 2014-06-01 21:58:51 +04:00
Niels Dekker
93b1e7f52b Updated copyright notice.
[SVN r61075]
2014-06-01 21:58:51 +04:00
Niels Dekker
7dc1c4750e Hopefully fixed #3984 (std::bitset constructor issue). Tested by Juergen Hunold on msvc-10.0, msvc-9.0, and gcc-4.4. See thread starting at http://lists.boost.org/Archives/boost/2010/03/162690.php
[SVN r60331]
2014-06-01 21:58:51 +04:00
Niels Dekker
e26c813cd6 Updated revision date of Boost Swap documentation
[SVN r56108]
2014-06-01 21:58:51 +04:00
Niels Dekker
05d32deb4f Mentioned swap.hpp header, as requested by Thorsten Ottosen <http://lists.boost.org/Archives/boost/2009/06/153477.php> and David Abrahams <http://lists.boost.org/Archives/boost/2009/09/156064.php>
[SVN r56107]
2014-06-01 21:58:51 +04:00
Jeremiah Willcock
6ab7c0401f Fixed most tab and min/max issues from trunk inspection report
[SVN r53141]
2014-06-01 21:58:51 +04:00
Niels Dekker
20085f6d60 Distinguished between testing array-of-array-of-class and array-of-array-of-int, as the latter appears to succeed on CodeGear 6.10 while the former does not.
[SVN r49954]
2014-06-01 21:58:51 +04:00
Niels Dekker
30c7adb4c0 Added comment to various array swapping tests, added member typedef to swap_test_template, to make the test more realistic.
[SVN r49953]
2014-06-01 21:58:51 +04:00
Niels Dekker
6a503ceaf5 Replaced swap/test/swap_arrays by more specific tests: array_of_array, array_of_class, and array_of_int.
[SVN r49916]
2014-06-01 21:58:51 +04:00
Niels Dekker
8f99ebdc35 Added array_of_template test, testing the boost::swap utility on an array of objects of a template class.
[SVN r49862]
2014-06-01 21:58:51 +04:00
Niels Dekker
f0276eac7d Updated swap.html because LWG issue 809 is now accepted as a defect. Fixed some HTML formatting.
[SVN r49771]
2014-06-01 21:58:51 +04:00
Niels Dekker
8a738dcef3 Swap documentation: fixed a misspelling of the name of Steven Watanabe.
[SVN r49416]
2014-06-01 21:58:51 +04:00
Niels Dekker
72562af7af Extended swap_arrays test, checking that boost::swap does correctly exchange the values of its arguments.
[SVN r48247]
2014-06-01 21:58:51 +04:00
Niels Dekker
622f775a7f Added extra checks, checking that boost::swap does correctly exchange the values of its arguments, as I mentioned at "Re: [boost] [swap] Renaming boost_swap_impl::swap_impl and/or its namespace?", http://lists.boost.org/Archives/boost/2008/08/141027.php
[SVN r48246]
2014-06-01 21:58:50 +04:00
Niels Dekker
28ed4e0d67 Added a data member to swap_test_class and made it EqualityComparable, as I mentioned at "Re: [boost] [swap] Renaming boost_swap_impl::swap_impl and/or its namespace?", http://lists.boost.org/Archives/boost/2008/08/141027.php
[SVN r48245]
2014-06-01 21:58:50 +04:00
Niels Dekker
bf03fdf924 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 21:58:50 +04:00
Daniel James
1d893172d0 Fix Windows-1252 dash in UTF-8 document.
[SVN r48133]
2014-06-01 21:58:50 +04:00
Joseph Gauterin
3264868197 Updated documentation to remove references to the 'ADL barrier'
[SVN r47973]
2014-06-01 21:58:50 +04:00
Joseph Gauterin
323bb9dcb1 Renamed 'test_adl_barrier.cpp' to 'no_ambiguity_in_boost.cpp' and altered comments to reflect new disambiguation technique.
[SVN r47972]
2014-06-01 21:58:50 +04:00
Joseph Gauterin
7175e02424 Updated copyright info.
[SVN r47971]
2014-06-01 21:58:50 +04:00
Joseph Gauterin
f05e7b2785 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 21:58:50 +04:00