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 6d64b1d commit 558b79fCopy full SHA for 558b79f
CMakeLists.txt
@@ -18,7 +18,7 @@ project(strong_type)
18
include(GNUInstallDirs)
19
include(CMakePackageConfigHelpers)
20
21
-set(STRONG_TYPE_VERSION 5)
+set(STRONG_TYPE_VERSION 6)
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,8 @@
1
+v6 2022-10-21
2
+
3
+ * Added missing strong::is_ostreamable<> predicate needed for fmtlib 9.
4
+ Thank you Tim Blechman @timblechmann for submitting the fix.
5
6
v5 2022-10-20
7
8
* Fixed issue #22, a regression with strong::formattable and fmtlib.
0 commit comments