We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a488629 commit 2440ffaCopy full SHA for 2440ffa
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Changelog
2
3
+## [3.3.2] - 2025-02-11
4
+### Fixed
5
+- fixed compilation with old msvc versions that don't properly support if constexpr
6
+
7
## [3.3.1] - 2025-01-22
8
### Fixed
9
- fixed tests not building with catch2 versions >= 3.0
CMakeLists.txt
@@ -32,7 +32,7 @@ if (CMAKE_BINARY_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
32
message(FATAL_ERROR "Building in-source is not supported! Create a build dir and remove ${CMAKE_SOURCE_DIR}/CMakeCache.txt")
33
endif()
34
35
-project(rapidfuzz LANGUAGES CXX VERSION 3.3.1)
+project(rapidfuzz LANGUAGES CXX VERSION 3.3.2)
36
37
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
38
include(GNUInstallDirs)
0 commit comments