We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72a64bc + 9aa9288 commit b5637ffCopy full SHA for b5637ff
2 files changed
CHANGELOG
@@ -4,3 +4,7 @@ Version 1.0.0 (Mar 2024)
4
Version 1.0.1 (Mar 2024)
5
* Comment and/or doc changes.
6
* Removed certain minor internal dead code related to macOS.
7
+
8
+Version 1.0.2 (Mar 2024)
9
+* Comment and/or doc changes.
10
+* Style refactor (small): Encouraging `static_assert(false)` over `#error`. Encouraging `if constexpr` over SFINAE.
VERSION
@@ -1 +1 @@
1
-1.0.1
+1.0.2
0 commit comments