|
|
@ -33,7 +33,7 @@ namespace phonenumbers { |
|
|
template <class T> |
|
|
template <class T> |
|
|
struct DefaultDeleter { |
|
|
struct DefaultDeleter { |
|
|
DefaultDeleter() {} |
|
|
DefaultDeleter() {} |
|
|
template <typename U> DefaultDeleter(const DefaultDeleter<U>& other) { |
|
|
|
|
|
|
|
|
template <typename U> DefaultDeleter(const DefaultDeleter<U>& /*other*/) { |
|
|
// IMPLEMENTATION NOTE: C++11 20.7.1.1.2p2 only provides this constructor |
|
|
// IMPLEMENTATION NOTE: C++11 20.7.1.1.2p2 only provides this constructor |
|
|
// if U* is implicitly convertible to T* and U is not an array type. |
|
|
// if U* is implicitly convertible to T* and U is not an array type. |
|
|
// |
|
|
// |
|
|
|