Is it still possible to change the initialization in C++ containers to default initialization instead of value initialization?
There is a method below that modifies the allocator to change it, but std::allocator<T>::construct
is deprecated in C++17, also it doesn't work with PMR allocators.
Is this behavior of vector::resize(size_type n) under C++11 and Boost.Container correct?
https://en.cppreference.com/w/cpp/memory/allocator/construct