boostorg / container

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

Fixed flat_map CTAD #87

Closed tobias-loew closed 5 years ago

tobias-loew commented 5 years ago

Fixed ambiguous CTADs. Added new macro BOOST_HAS_CTAD_SFINAE to indicate that compiler supports SFINAE to disambiguate CTADs. The macro BOOST_HAS_CTAD_SFINAE is currently undefined for all compilers (new versions of gcc may support it, cf. https://github.com/boostorg/container/issues/80, but I cannot check it)