boostorg / algorithm

Boost.org algorithm module
http://boost.org/libs/algorithm
Boost Software License 1.0
114 stars 105 forks source link

Remove use of deprecated TR1 library. #9

Closed jzmaddock closed 10 years ago

jzmaddock commented 10 years ago

The plan is to deprecate (and remove) Boost.TR1 now that C++11 is a reality, to that end this patch removes usage of Boost.TR1 and falls back to boost::unordered_map directly.

mclow commented 10 years ago

LGTM.