1
0
forked from boostorg/core
Commit Graph

10 Commits

Author SHA1 Message Date
Peter Dimov
f2bc4dc731 Fix #1846.
[SVN r44705]
2014-06-01 01:15:40 +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
Douglas Gregor
24b1179772 Converted to Boost Software License, Version 1.0
[SVN r24096]
2014-06-01 01:15:31 +03:00
Douglas Gregor
d3a1203215 Doug Gregor -> Douglas Gregor
[SVN r24016]
2014-06-01 01:15:29 +03:00
Dave Abrahams
9db43ee00f Workaround VC7 bug which strips const from nested classes
[SVN r16797]
2014-06-01 01:15:21 +03:00
Peter Dimov
5185b371af MSVC fixes.
[SVN r13476]
2014-06-01 01:15:17 +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
Douglas Gregor
a5db30a747 Make local classes nonlocal to silence annoying warnings from Borland C++
[SVN r13418]
2014-06-01 01:15:15 +03:00
Douglas Gregor
380e34f2be 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:15:14 +03:00