Peter Dimov
|
999c284109
|
Disable make_shared for arrays when the compiler doesn't support partial specialization or SFINAE.
[SVN r81260]
|
2012-11-09 12:37:03 +00:00 |
|
Peter Dimov
|
322bcd7efa
|
Rename make_shared.hpp to make_shared_object.hpp, include from make_shared.hpp.
[SVN r81224]
|
2012-11-06 16:29:56 +00:00 |
|
Peter Dimov
|
bb72e0a092
|
Add specialization of sp_if_not_array<T[N]>.
[SVN r81223]
|
2012-11-06 16:23:09 +00:00 |
|
Peter Dimov
|
a30e291022
|
Disable make_shared<T> overloads when T is Q[].
[SVN r81171]
|
2012-11-04 14:53:51 +00:00 |
|
Peter Dimov
|
e3d2f2ee6b
|
Apply suggested fix. Refs #4127.
[SVN r69251]
|
2011-02-24 22:05:04 +00:00 |
|
Peter Dimov
|
593093e46d
|
Fix make_shared to not copy the deleter. Refs #4256. Refs #3875.
[SVN r69250]
|
2011-02-24 21:51:21 +00:00 |
|
Peter Dimov
|
1426b0bbdd
|
Apply patch to allow perfect forwarding without variadics. Refs #4892.
[SVN r69244]
|
2011-02-24 20:41:29 +00:00 |
|
Peter Dimov
|
3c84388186
|
Resolve the ambiguity between the zero argument make_shared and the variadic one. Refs #3856.
[SVN r62248]
|
2010-05-26 18:18:10 +00:00 |
|
Peter Dimov
|
7aac2f3263
|
Fix detail::forward to work with rvalue references v2.
[SVN r61574]
|
2010-04-26 12:16:55 +00:00 |
|
Frank Mori Hess
|
18bfaea996
|
Fixed perfect forwarding for make_shared() in trunk, and added
corresponding test. Refs #2962.
[SVN r57520]
|
2009-11-09 18:12:35 +00:00 |
|
Peter Dimov
|
9c55fbc6c2
|
Fix enable_shared_from_this-related tickets in trunk. Refs #2126. Refs #2584.
[SVN r51581]
|
2009-03-03 19:25:26 +00:00 |
|
Peter Dimov
|
ed32efcc51
|
Refs #2662 (applied to trunk.)
[SVN r51516]
|
2009-03-01 17:27:35 +00:00 |
|
Peter Dimov
|
0da6902267
|
Move smart_ptr into boost/smart_ptr/*.hpp (refs #2239).
[SVN r51509]
|
2009-03-01 16:00:42 +00:00 |
|