github skypjack/entt v3.8.1
EnTT v3.8.1

latest releases: v3.15.0, v3.14.0, v3.13.2...
4 years ago

Changelog

  • core:

    • Make is_equality_comparable[_v] work with iterators that have a non-comparable value_type.
  • entity:

    • Suppress warning for discarding a nodiscard value in the snapshot class.
    • Removed an inconsistent test that fails sporadically.
  • meta:

    • Avoid a risky fallthrough in the meta_any vtable.

Bug fixes

  • Fixed an UB when id type is std::uint64_t.
  • Fixed a sparse set class issue with pages not always properly created during an emplace when in-place deletion policy is enabled.

Build system

Added everything needed to also run tests with id type std::uint64_t on the CI.

Deprecated feature

None.

Breaking changes

None.

Any other business

The documentation is up-to-date and the library is battle-tested with 100% coverage as usual.

Don't miss a new entt release

NewReleases is sending notifications on new releases.