boostorg / unordered

Boost.org unordered module
http://boost.org/libs/unordered
Boost Software License 1.0
62 stars 55 forks source link

Add `pmr` aliases for the containers #229

Closed k3DW closed 5 months ago

k3DW commented 8 months ago

For C++>=17, use std::pmr.

This should not be supported in C++<17.