1
0
forked from boostorg/core
Commit Graph

35 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
a25ab4d824 Fix addressof for nullptr_t values. Fixes #5487. 2014-06-01 01:20:41 +03:00
Joel Falcou
01559a8b20 Fix #9170 - Add BOOST_FORCEINLINE in address_of for performance issues
[SVN r86125]
2014-06-01 01:20:39 +03:00
Vicente J. Botet Escriba
3803997b5b Utility: address_of take care of #7079.
[SVN r83429]
2014-06-01 01:20:37 +03:00
Eric Niebler
4f645eb49c eliminate noisy warning on msvc, fixes #2993
[SVN r52837]
2014-06-01 01:20:35 +03:00
Peter Dimov
09bb576ae8 Another try at the Sun workaround.
[SVN r52010]
2014-06-01 01:20:35 +03:00
Peter Dimov
5d3d9f60d8 Try the Sun workaround with int instead of size_t.
[SVN r51986]
2014-06-01 01:20:35 +03:00
Peter Dimov
82d77c20eb Try to fix array addressof failures on Sun C++.
[SVN r51977]
2014-06-01 01:20:34 +03:00
Peter Dimov
eacbce16fb Disable new addressof code for all Borland versions. Refs #2878.
[SVN r51891]
2014-06-01 01:20:34 +03:00
Peter Dimov
729842ac99 Attempt to fix addressof in trunk to handle classes with conversion operators. Refs #2878.
[SVN r51872]
2014-06-01 01:20:33 +03:00
Beman Dawes
b6e7b0be84 With his kind permission, change Jaakko "Järvi" to "Jarvi"
[SVN r46808]
2014-06-01 01:20:31 +03:00
Peter Dimov
286a7fa767 Fix #1846.
[SVN r44705]
2014-06-01 01:20:31 +03:00
Marshall Clow
4a07f2ed53 Replaced all occurrences of non-ASCII copyright symbol with '(c)' for people using non-ASCII code pages
[SVN r43992]
2014-06-01 01:20:30 +03:00
Peter Dimov
a41e0d7955 Removed type_traits include, added more tests
[SVN r27712]
2014-06-01 01:20:28 +03:00
Eric Niebler
109d1d8c8d work-around for Borland addressof(array) bug and associated tests
[SVN r27656]
2014-06-01 01:20:28 +03:00
Douglas Gregor
8b0e43c411 Converted to Boost Software License, Version 1.0
[SVN r24096]
2014-06-01 01:20:22 +03:00
Douglas Gregor
b201c6aaf7 Doug Gregor -> Douglas Gregor
[SVN r24016]
2014-06-01 01:20:21 +03:00
Eric Friedman
439c636485 Improved workarounds.
[SVN r21157]
2014-06-01 01:20:20 +03:00
Jaakko Järvi
bb9a59cab0 added dummy versions of enable_if templates for platforms that have BOOST_NO_SFINAE defined
[SVN r21154]
2014-06-01 01:20:19 +03:00
Jaakko Järvi
d0eec67a49 guarded enable_if definitions with BOOST_NO_SFINAE
[SVN r21149]
2014-06-01 01:20:19 +03:00
Jaakko Järvi
82195e9e6b Added enable_if library
[SVN r21090]
2014-06-01 01:20:18 +03:00
Dave Abrahams
33190d43c2 Workaround VC7 bug which strips const from nested classes
[SVN r16797]
2014-06-01 01:20:13 +03:00
Peter Dimov
84fbe634b1 MSVC fixes.
[SVN r13476]
2014-06-01 01:20:11 +03:00
Douglas Gregor
fd437c9604 addressof.hpp: - Peter Dimov suggested a fix to deal with those evil cv-qualifiers
[SVN r13431]
2014-06-01 01:20:10 +03:00
Douglas Gregor
3e0cbb0faa Make local classes nonlocal to silence annoying warnings from Borland C++
[SVN r13418]
2014-06-01 01:20:09 +03:00
Douglas Gregor
795ae317eb boost/utility.hpp: - Include boost/utility/addressof.hpp
boost/utility/addressof.hpp:
  - addressof() implementation

libs/utility/utility.htm:
  - Document addressof

libs/utility/addressof_test.cpp:
  - Test addressof()

[SVN r13414]
2014-06-01 01:20:08 +03:00