We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d101e70 commit 6c6a5bfCopy full SHA for 6c6a5bf
CMakeLists.txt
@@ -20,7 +20,7 @@ include(CMakePackageConfigHelpers)
20
21
option(STRONG_TYPE_UNIT_TEST off "Decide whether to build unit tests or not")
22
23
-set(STRONG_TYPE_VERSION 13)
+set(STRONG_TYPE_VERSION 14)
24
set(INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/include)
25
set(MASTER_PROJECT OFF)
26
if (${CMAKE_CURRENT_SOURCE_DIR} STREQUAL ${CMAKE_SOURCE_DIR})
ChangeLog
@@ -1,3 +1,5 @@
1
+v14 2024-03-05
2
+
3
* Added several missing [[nodiscard]]
4
5
* .begin() and .end() are now constexpr for strong::range types. Thanks
0 commit comments