mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-10 23:44:29 +00:00
v0.4.1
This commit is contained in:
parent
b345086868
commit
aba62c4556
3 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
cmake_minimum_required(VERSION 3.6)
|
cmake_minimum_required(VERSION 3.6)
|
||||||
|
|
||||||
project(magic_enum VERSION "0.4.0" LANGUAGES CXX)
|
project(magic_enum VERSION "0.4.1" LANGUAGES CXX)
|
||||||
|
|
||||||
option(MAGIC_ENUM_OPT_BUILD_EXAMPLES "Build magic_enum examples" ON)
|
option(MAGIC_ENUM_OPT_BUILD_EXAMPLES "Build magic_enum examples" ON)
|
||||||
option(MAGIC_ENUM_OPT_BUILD_TESTS "Build and perform magic_enum tests" ON)
|
option(MAGIC_ENUM_OPT_BUILD_TESTS "Build and perform magic_enum tests" ON)
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
[](https://travis-ci.org/Neargye/magic_enum)
|
[](https://travis-ci.org/Neargye/magic_enum)
|
||||||
[](https://ci.appveyor.com/project/Neargye/magic-enum-hf8vk/branch/master)
|
[](https://ci.appveyor.com/project/Neargye/magic-enum-hf8vk/branch/master)
|
||||||
[](https://www.codacy.com/app/Neargye/magic_enum?utm_source=github.com&utm_medium=referral&utm_content=Neargye/magic_enum&utm_campaign=Badge_Grade)
|
[](https://www.codacy.com/app/Neargye/magic_enum?utm_source=github.com&utm_medium=referral&utm_content=Neargye/magic_enum&utm_campaign=Badge_Grade)
|
||||||
[](https://wandbox.org/permlink/jPWeZxV1UcqvudZr)
|
[](https://wandbox.org/permlink/gt3HXJMv5MbyHbgL)
|
||||||
|
|
||||||
## What is Magic Enum?
|
## What is Magic Enum?
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
// | | | | (_| | (_| | | (__ | |____| | | | |_| | | | | | | | |____|_| |_|
|
// | | | | (_| | (_| | | (__ | |____| | | | |_| | | | | | | | |____|_| |_|
|
||||||
// |_| |_|\__,_|\__, |_|\___| |______|_| |_|\__,_|_| |_| |_| \_____|
|
// |_| |_|\__,_|\__, |_|\___| |______|_| |_|\__,_|_| |_| |_| \_____|
|
||||||
// __/ | https://github.com/Neargye/magic_enum
|
// __/ | https://github.com/Neargye/magic_enum
|
||||||
// |___/ vesion 0.4.0
|
// |___/ vesion 0.4.1
|
||||||
//
|
//
|
||||||
// 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue