Daniel James 7911f491f6 Try using own allocator_traits with Sun compiler
The good news is that the old Sun workarounds aren't needed any more.
Unfortunately, there are a lot of exception test errors for
unordered_map and unordered_multimap when using libstdc++, which
probably means that std::pair isn't exception safe, which is a bit odd.
But first try using our allocator_traits implementation instead of the
standard one to see if that makes a difference. If it doesn't then I'll
probably just disable C++11 construction on this compiler, which should
fix the problem but will make allocators less useful.
2017-05-03 04:21:52 +01:00
2017-04-25 21:14:11 +01:00
2014-06-16 22:43:54 +01:00
2017-02-19 13:05:17 +00:00
2014-01-26 13:44:38 +00:00
2017-04-28 09:53:50 +01:00
Description
Boost.org unordered module
BSL-1.0 29 MiB
Languages
C++ 98.7%
Python 0.7%
CMake 0.5%