We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1cd03d + c503f4f commit 38d3311Copy full SHA for 38d3311
include/spec.hh
@@ -1,7 +1,8 @@
1
2
#pragma once
3
-#include <stdint.h>
4
-#include <stddef.h>
+#include <cstdint>
+#include <cstddef>
5
+#include <optional>
6
7
namespace reisfmt {
8
struct StrIterator {
0 commit comments