1
0
forked from boostorg/core
Commit Graph

215 Commits

Author SHA1 Message Date
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
Jaakko Järvi
834a592f44 guarded enable_if definitions with BOOST_NO_SFINAE
[SVN r21149]
2014-06-01 01:15:27 +03:00
Jaakko Järvi
ceedace2e3 Added enable_if library
[SVN r21090]
2014-06-01 01:15:26 +03:00
Peter Dimov
5a900e5817 _MSC_VER use clarified.
[SVN r20992]
2014-06-01 01:15:26 +03:00
Daniel Frey
e6d3d3dbb1 Fix for Metrowerks CW
[SVN r19626]
2014-06-01 01:15:25 +03:00
Peter Dimov
82aa7bfcbc Fixed Intel 7 issue (reported by Daniel Frey)
[SVN r19145]
2014-06-01 01:15:24 +03:00
Peter Dimov
5da17fb9ef -Wundef fixes.
[SVN r18788]
2014-06-01 01:15:24 +03:00
Aleksey Gurtovoy
e1296cf76b MPL names/directory structure refactoring
[SVN r17651]
2014-06-01 01:15:23 +03:00
Peter Dimov
d1b6b6a41c Qualified checked_delete calls to prevent ADL (reported by Daniel Frey)
[SVN r17636]
2014-06-01 01:15:22 +03:00
Dave Abrahams
dc49e07203 fix metafunctions for MPL
[SVN r17621]
2014-06-01 01:15:22 +03:00
Aleksey Gurtovoy
3c00d03d37 split utility.hpp header
[SVN r17472]
2014-06-01 01:15:22 +03:00
Peter Dimov
3bbcb3aff2 Made operator()s const.
[SVN r17411]
2014-06-01 01:15:21 +03:00
Dave Abrahams
9db43ee00f Workaround VC7 bug which strips const from nested classes
[SVN r16797]
2014-06-01 01:15:21 +03:00
Beman Dawes
c54b0184bb Add /libs/lib-name to comment
[SVN r16685]
2014-06-01 01:15:20 +03:00
Peter Dimov
c5fdd6e951 checked_delete.hpp documentation added.
[SVN r16238]
2014-06-01 01:15:20 +03:00
Peter Dimov
41354ce3a1 Changed typename to class; some libraries helpfully #define typename
[SVN r15970]
2014-06-01 01:15:19 +03:00
John Maddock
6e498682d1 Misc Kylix fixes
[SVN r15086]
2014-06-01 01:15:18 +03:00
John Maddock
dbfe562a3f Borland C++ Builder 6 fixes
[SVN r13659]
2014-06-01 01:15:17 +03:00
Peter Dimov
5185b371af MSVC fixes.
[SVN r13476]
2014-06-01 01:15:17 +03:00
Dave Abrahams
bb94cb5a5d Roll addressof() patch back in!
[SVN r13433]
2014-06-01 01:15:16 +03:00
Douglas Gregor
72c113f795 addressof.hpp: - Peter Dimov suggested a fix to deal with those evil cv-qualifiers
[SVN r13431]
2014-06-01 01:15:16 +03:00
Dave Abrahams
49938f88e8 Roll back addressof() patch temporarily
[SVN r13428]
2014-06-01 01:15:16 +03:00
Douglas Gregor
a5db30a747 Make local classes nonlocal to silence annoying warnings from Borland C++
[SVN r13418]
2014-06-01 01:15:15 +03:00