You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Changelog
core
:basic_any<...>::type()
in favor ofbasic_any<...>::info()
entity
:basic_sparse_set<...>::type()
in favor ofbasic_sparse_set<...>::info()
meta
:meta_dynamic_extent
for meta sequence containersbasic_meta_sequence_container_traits::fixed_size
in favor ofbasic_meta_sequence_container_traits::extent
poly
:basic_poly<...>::type()
in favor ofbasic_poly<...>::info()
signal
delegate
tests work in release mode (disable comdat folding)Build system
testbed
projecttools.yml
toanalyzer.yml
Any other business
Natvis support
All natvis files have been updated where necessary.
Breaking changes
core
:basic_any<...>::type()
, usebasic_any<...>::info()
insteadentity
:basic_sparse_set<...>::type()
, usebasic_sparse_set<...>::info()
insteadmeta
:basic_meta_sequence_container_traits::fixed_size
, usebasic_meta_sequence_container_traits::extent
insteadpoly
:basic_poly<...>::type()
, usebasic_poly<...>::info()
insteadAny other business
The documentation is up-to-date and the library is battle-tested with 100% coverage as usual.
Beta Was this translation helpful? Give feedback.
All reactions