boostorg / container

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

Remove Classes from Global Namespace #138

Closed RobertLeahy closed 4 years ago

RobertLeahy commented 4 years ago

value_less & value_equal were in the global namespace. Moved them into boost::container.

igaztanaga commented 4 years ago

Many thanks for the patch!