1
0
forked from boostorg/core
Commit Graph

19 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
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