mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-10 23:44:29 +00:00
v0.7.3
This commit is contained in:
parent
25f32188ca
commit
3d1f6a5a2a
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
cmake_minimum_required(VERSION 3.14)
|
cmake_minimum_required(VERSION 3.14)
|
||||||
|
|
||||||
project(magic_enum VERSION "0.7.2" LANGUAGES CXX)
|
project(magic_enum VERSION "0.7.3" LANGUAGES CXX)
|
||||||
|
|
||||||
if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
|
if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
|
||||||
set(IS_TOPLEVEL_PROJECT TRUE)
|
set(IS_TOPLEVEL_PROJECT TRUE)
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
// | | | | (_| | (_| | | (__ | |____| | | | |_| | | | | | | | |____|_| |_|
|
// | | | | (_| | (_| | | (__ | |____| | | | |_| | | | | | | | |____|_| |_|
|
||||||
// |_| |_|\__,_|\__, |_|\___| |______|_| |_|\__,_|_| |_| |_| \_____|
|
// |_| |_|\__,_|\__, |_|\___| |______|_| |_|\__,_|_| |_| |_| \_____|
|
||||||
// __/ | https://github.com/Neargye/magic_enum
|
// __/ | https://github.com/Neargye/magic_enum
|
||||||
// |___/ version 0.7.2
|
// |___/ version 0.7.3
|
||||||
//
|
//
|
||||||
// Licensed under the MIT License <http://opensource.org/licenses/MIT>.
|
// Licensed under the MIT License <http://opensource.org/licenses/MIT>.
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
#define MAGIC_ENUM_VERSION_MAJOR 0
|
#define MAGIC_ENUM_VERSION_MAJOR 0
|
||||||
#define MAGIC_ENUM_VERSION_MINOR 7
|
#define MAGIC_ENUM_VERSION_MINOR 7
|
||||||
#define MAGIC_ENUM_VERSION_PATCH 2
|
#define MAGIC_ENUM_VERSION_PATCH 3
|
||||||
|
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue