boostorg / container

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

Fix compilation issues in detail/flat_tree.hpp. #101

Closed Breakthrough closed 5 years ago

Breakthrough commented 5 years ago

Fix compilation issues on GHS compiler due to function name resolution issues.

Resolves #100, passes all unit tests (verified on Travis). Tested locally on MSVC and Green Hills C++14 Compiler.

igaztanaga commented 5 years ago

Many thanks for the patch!

Breakthrough commented 5 years ago

@igaztanaga Much appreciated, and likewise, thank you for your work on boost!!