Andrey Semashev
|
a96e8b977b
|
Added missing copyright comments. Corrected links to the documentation on the comments.
|
2014-06-12 02:10:34 +04:00 |
|
Glen Fernandes
|
60c9a35d86
|
Move headers to core; add quickbook documentation
|
2014-06-02 00:46:33 -07:00 |
|
Peter Dimov
|
779e2b30de
|
Fix addressof for nullptr_t values. Fixes #5487.
|
2014-06-01 01:15:50 +03:00 |
|
Joel Falcou
|
000e6d6f04
|
Fix #9170 - Add BOOST_FORCEINLINE in address_of for performance issues
[SVN r86125]
|
2014-06-01 01:15:48 +03:00 |
|
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
|
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 |
|