mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-10-17 09:55:24 +02:00
Refactor make_array_helper and array_deleter
Reduce the amount of code in allocate_array_helper, make_array_helper, and array_deleter using the empty base class optimization technique.
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
|
||||
#include <boost/smart_ptr/detail/allocate_array_helper.hpp>
|
||||
#include <boost/smart_ptr/detail/array_deleter.hpp>
|
||||
#include <boost/smart_ptr/detail/array_traits.hpp>
|
||||
#include <boost/smart_ptr/detail/sp_if_array.hpp>
|
||||
#include <boost/type_traits/remove_cv.hpp>
|
||||
|
||||
|
Reference in New Issue
Block a user