mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-09 23:34:23 +00:00
v0.7.1
This commit is contained in:
parent
e24befa5fd
commit
f4d98123d9
3 changed files with 5 additions and 5 deletions
|
|
@ -5,7 +5,7 @@
|
|||
// | | | | (_| | (_| | | (__ | |____| | | | |_| | | | | | | | |____|_| |_|
|
||||
// |_| |_|\__,_|\__, |_|\___| |______|_| |_|\__,_|_| |_| |_| \_____|
|
||||
// __/ | https://github.com/Neargye/magic_enum
|
||||
// |___/ version 0.7.0
|
||||
// |___/ version 0.7.1
|
||||
//
|
||||
// Licensed under the MIT License <http://opensource.org/licenses/MIT>.
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
#define MAGIC_ENUM_VERSION_MAJOR 0
|
||||
#define MAGIC_ENUM_VERSION_MINOR 7
|
||||
#define MAGIC_ENUM_VERSION_PATCH 0
|
||||
#define MAGIC_ENUM_VERSION_PATCH 1
|
||||
|
||||
#include <array>
|
||||
#include <cassert>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue