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 790aeb4 commit 09e013bCopy full SHA for 09e013b
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 43
+ VERSION 44
12
COMPATIBILITY AnyNewerVersion
13
ARCH_INDEPENDENT)
14
ChangeLog
@@ -1,3 +1,5 @@
1
+v44 2023-04-10
2
+
3
* Fixed issue 293: Wildcard _ could not match types that can be
4
constructed from any type. This fix unfortunately turns off conversion
5
warnings for REQUIRE_CALL and friends when building with gcc. Thank
0 commit comments