Package Release Info

robin-map-0.6.3-bp154.1.29

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

robin-map-devel

Change Logs

* Sat Feb 27 2021 Antoine Belvire <antoine.belvire@opensuse.org>
- Update to version 0.6.3:
  * Fix gh#Tessil/robin-map#26: Raise the maximum possible size of
    the hash table when using the prime_growth_policy on a  64-bit
    platform.
  * Fix gh#Tessil/robin-map#31: When min_load_factor() > 0, the
    clear() method will also reset the bucket_count of the hash
    table to 0.
  * Fix shrink when min_load_factor is set and a range erase with
    end() as last is called. The m_try_skrink_on_next_insert was
    not correctly set.
  * Fix gh#Tessil/robin-map#33: The value function of a const
    iterator can now be called and returns a mutable reference to
    the underlying value_type.
- Ran spec-cleaner.
Version: 0.6.2-bp152.1.1
* Sun Apr 19 2020 Dave Plater <davejplater@gmail.com>
- Created robin-map package from Fedora source rpm to enable
  OpenImageIO > 2.0.0 to build to enable OpenShadingLanguage to be
  updated and build with LLVM10.