v0.7.1
This commit is contained in:
parent
976269d821
commit
cb12e1965c
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(nameof VERSION "0.7.0" LANGUAGES CXX)
|
project(nameof VERSION "0.7.1" LANGUAGES CXX)
|
||||||
|
|
||||||
option(NAMEOF_OPT_BUILD_EXAMPLES "Build nameof examples" ON)
|
option(NAMEOF_OPT_BUILD_EXAMPLES "Build nameof examples" ON)
|
||||||
option(NAMEOF_OPT_BUILD_TESTS "Build and perform nameof tests" ON)
|
option(NAMEOF_OPT_BUILD_TESTS "Build and perform nameof tests" ON)
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
// | |\ | (_| | | | | | | __/ (_) | | | |____|_| |_|
|
// | |\ | (_| | | | | | | __/ (_) | | | |____|_| |_|
|
||||||
// |_| \_|\__,_|_| |_| |_|\___|\___/|_| \_____|
|
// |_| \_|\__,_|_| |_| |_|\___|\___/|_| \_____|
|
||||||
// https://github.com/Neargye/nameof
|
// https://github.com/Neargye/nameof
|
||||||
// vesion 0.7.0
|
// vesion 0.7.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
|
||||||
|
|
|
@ -69,7 +69,7 @@ struct Long {
|
||||||
|
|
||||||
enum class Color { RED = -1, GREEN, BLUE };
|
enum class Color { RED = -1, GREEN, BLUE };
|
||||||
|
|
||||||
enum Directions { Up, Down, Right, Left};
|
enum Directions { Up, Down, Right, Left };
|
||||||
|
|
||||||
SomeStruct struct_var;
|
SomeStruct struct_var;
|
||||||
Long othervar;
|
Long othervar;
|
||||||
|
|
Loading…
Reference in a new issue