mirror of
https://github.com/boostorg/unordered.git
synced 2026-07-21 13:43:30 +00:00
88f984e890
* added from_range ctors and insert_range * worked around GCC 10-11 bug when piping a temporary range * added insert_range_(or|and)_[c]visit * typo * tried to avoid MinGW32 compilation OOM in cfoa/insert_tests.cpp * s/<debug-symbols>off/<cxxflags>-g0 * tested CTAD deduction guides * typo * updated docs * Justified std::from_range_t detection trick * reduced parallel build jobs in MINGW32 to try to avoid OOM during compilation * tried to avoid compilation OOM by tweaking GC * relaxed GCC parameters somewhat * applied same changes to test/CMakeLists.txt * fixed CMake syntax error * fixed GCC commandline syntax error