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 0784958 commit ba406bfCopy full SHA for ba406bf
CMakeLists.txt
@@ -8,7 +8,7 @@ include(CheckCXXCompilerFlag)
8
9
write_basic_package_version_file(
10
"${CMAKE_CURRENT_BINARY_DIR}/trompeloeil/trompeloeil-config-version.cmake"
11
- VERSION 42
+ VERSION 43
12
COMPATIBILITY AnyNewerVersion
13
ARCH_INDEPENDENT)
14
ChangeLog
@@ -1,3 +1,5 @@
1
+v43 2022-10-26
2
+
3
* Added static_assert to duck_typed_matcher's templatized conversion
4
function explaining why it should never be instantiated. Issue 270.
5
0 commit comments