Glen Fernandes ea55019260 Merged revision(s) 81641-81643,81658,81669,81681 from trunk:
Use const T (&)[N] for fixed size arrays instead of std::initializer<T> in overloads of make_shared and allocate_shared for arrays.
........
Use BOOST_NO_CXX11_UNIFIED_INITIALIZATION_SYNTAX instead for certain overloads of make_shared and allocate_shared
........
Code consistency: Use the same style of #if conditional compilation checks in allocate_shared_array.hpp and make_shared_array.hpp.
........
Change make_shared and allocate_shared array form overload for size and inner array initialization list to use const T(&)[N] instead of std::initializer_list<T>.
........
Move two tests for allocate_shared and make_shared within check for BOOST_NO_CXX11_UNIFIED_INITIALIZATION_SYNTAX
........
Make specializations of detail array_deleter consistent.
........


[SVN r81682]
2012-12-02 23:15:55 +00:00
2004-07-25 12:01:00 +00:00
2008-09-28 15:05:17 +00:00
2000-07-07 16:04:40 +00:00
2000-07-27 14:18:23 +00:00
2006-11-09 20:24:23 +00:00
2000-07-27 14:18:23 +00:00
2006-03-18 14:58:20 +00:00
2008-09-28 15:05:17 +00:00
2000-07-27 14:18:23 +00:00
2006-11-09 20:24:23 +00:00
S
Description
Boost.org smart_ptr module
3.5 MiB
Languages
C++ 99.5%
CMake 0.3%