heap: bump minimum version to c++14

This commit is contained in:
Tim Blechmann
2024-11-09 11:28:22 +08:00
parent 8d4e2ff015
commit 8c1f024153
+1 -1
View File
@@ -11,5 +11,5 @@
"maintainers": [
"Tim Blechmann <tim -at- klingt.org>"
],
"cxxstd": "03"
"cxxstd": "14"
}