1
0
forked from boostorg/core
Commit Graph

19 Commits

Author SHA1 Message Date
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
Peter Dimov
286a7fa767 Fix #1846.
[SVN r44705]
2014-06-01 01:20:31 +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
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