template class new_allocator { public: template new_allocator(const new_allocator<_Tp1>&) noexcept { } }; extern template class new_allocator;