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 4ea47e9 commit cd92ef8Copy full SHA for cd92ef8
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 11)
+set(STRONG_TYPE_VERSION 12)
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,5 +1,7 @@
1
+v12 2023-07-20
2
+
3
* Fixed a bug where fmt formatter function was not const, as it must be
- per the documentation. Thank you Björn Schäpers for submitting the
4
+ per the documentation. Thank you Tim Blechmann for submitting the
5
fix.
6
7
* Strong types can be weakly_ordered, strongly_ordered and
0 commit comments