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 fa92d4a commit 35051c0Copy full SHA for 35051c0
CMakeLists.txt
@@ -18,7 +18,7 @@ project(strong_type)
18
include(GNUInstallDirs)
19
include(CMakePackageConfigHelpers)
20
21
-set(STRONG_TYPE_VERSION 2)
+set(STRONG_TYPE_VERSION 5)
22
set(INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/include)
23
set(MASTER_PROJECT OFF)
24
if (${CMAKE_CURRENT_SOURCE_DIR} STREQUAL ${CMAKE_SOURCE_DIR})
ChangeLog
@@ -1,3 +1,5 @@
1
+v5 2022-10-20
2
+
3
* Fixed issue #22, a regression with strong::formattable and fmtlib.
4
A type that is strong::ostreamable con be formatted with fmt. A
5
type that is both strong::formattable and strong::ostreamable will
0 commit comments