boostorg / container

STL-like containers from Boost
http://www.boost.org/libs/container/
Boost Software License 1.0
100 stars 116 forks source link

flat_set.hpp and set.hpp in pmr have the same header guard #126

Closed YuriAzathoth closed 4 years ago

YuriAzathoth commented 5 years ago

The same header guard BOOST_CONTAINER_PMR_SET_HPP is used in both pmr/set.hpp and pmr/flat_set.hpp.

igaztanaga commented 4 years ago

This fix was missed in recent releases, but fixed at last. Many thanks for the report!