Skip to content

Commit 843c68e

Browse files
committed
Updates for v2
1 parent d87571b commit 843c68e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ project(strong_type)
1818
include(GNUInstallDirs)
1919
include(CMakePackageConfigHelpers)
2020

21-
set(STRONG_TYPE_VERSION 0.0.1)
21+
set(STRONG_TYPE_VERSION 2)
2222
set(INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/include)
2323
set(MASTER_PROJECT OFF)
2424
if (${CMAKE_CURRENT_SOURCE_DIR} STREQUAL ${CMAKE_SOURCE_DIR})

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
v2 2020-07-13
2+
13
* Fixed strong::underlying_type<T> for CRTP defined strong type T
24

35
* Added strong::ordered_with<Ts...> for cross-type ordering

0 commit comments

Comments
 (0)