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 285f7d6 commit 35b73e4Copy full SHA for 35b73e4
src/iceberg/util/formatter.h
@@ -23,11 +23,10 @@
23
/// A specialization of std::formatter for Formattable objects. This header
24
/// is separate from iceberg/util/formattable.h so that the latter (which is
25
/// meant to be included widely) does not leak <format> unnecessarily into
26
-/// other headers.
+/// other headers. You must include this header to format a Formattable.
27
28
#include <concepts>
29
#include <format>
30
-#include <string>
31
#include <string_view>
32
33
#include "iceberg/util/formattable.h"
0 commit comments