Skip to content

Commit 42731ea

Browse files
committed
Update for v13
1 parent a529e78 commit 42731ea

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
@@ -20,7 +20,7 @@ include(CMakePackageConfigHelpers)
2020

2121
option(STRONG_TYPE_UNIT_TEST off "Decide whether to build unit tests or not")
2222

23-
set(STRONG_TYPE_VERSION 12)
23+
set(STRONG_TYPE_VERSION 13)
2424
set(INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/include)
2525
set(MASTER_PROJECT OFF)
2626
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+
v13 2023-11-29
2+
13
* Added static_assert() messages explaining why a modifier cannot be
24
used with an underlying type. Thank you SilmaliTech for suggesting
35
the improvement.

0 commit comments

Comments
 (0)