Update dependency magic_enum to v0.9.7 #8
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.8.0
->v0.9.7
Release Notes
Neargye/magic_enum (magic_enum)
v0.9.7
: Magic Enum v0.9.7Compare Source
Release v0.9.7
v0.9.6
: Magic Enum v0.9.6Compare Source
Release v0.9.6
-wshadow
(https://github.com/Neargye/magic_enum/pull/354)v0.9.5
: Magic Enum v0.9.5Compare Source
Release v0.9.5
v0.9.4
: Magic Enum v0.9.4Compare Source
Release v0.9.4
include/magic_enum
directoryv0.9.3
: Magic Enum v0.9.3Compare Source
Release v0.9.3
enum_next_value
andenum_prev_value
in<magic_enum_utility.hpp>
(https://github.com/Neargye/magic_enum/issues/280)enum_for_each
to<magic_enum_utility.hpp>
<magic_enum_all.hpp>
MAGIC_ENUM_NO_ASSERT
MAGIC_ENUM_NO_EXCEPTION
MAGIC_ENUM_ENABLE_HASH_SWITCH
_ITERATOR_DEBUG_LEVEL
on msvcv0.9.2
: Magic Enum v0.9.2Compare Source
Release v0.9.2
enum_flags_test
andenum_flags_test_any
functions for flagsenum_flags_*
to<enum_flags.hpp>
v0.9.1
: Magic Enum v0.9.1Compare Source
Release v0.9.1
v0.9.0
: Magic Enum v0.9.0Compare Source
Release v0.9.0
enum_range::is_flags
. Need to explicitly setenum_range::is_flags
, or add defineMAGIC_ENUM_AUTO_IS_FLAGS
for old behavior.iostream_operators
tomagic_enum_iostream.hpp
enum_range
. (https://github.com/Neargye/magic_enum/pull/268)-fno-pretty-templates
. (https://github.com/Neargye/magic_enum/pull/258)<functional>
. (https://github.com/Neargye/magic_enum/pull/252)v0.8.2
: Magic Enum v0.8.2Compare Source
Release v0.8.2
MAGIC_ENUM_ENABLE_HASH
to generate a hash switch, this need more memory and compile-time but functions like 'enum_name', 'enum_switch', etc will have O(1) complexityenum_switch
enum_switch
(https://github.com/Neargye/magic_enum/issues/199)v0.8.1
: Magic Enum v0.8.1Compare Source
Release v0.8.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.