I am wondering how GCC C++ runtime library addresses this Notes in: https://en.cppreference.com/w/cpp/memory/polymorphic_allocator if I use consistently the same polymorphic allocator, be it the default or custom one, for the std::pmr::vectors, I don't need to worry about the Notes?