1
0
forked from boostorg/core
Commit Graph

13 Commits

Author SHA1 Message Date
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