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 b5266fd commit ddfd196Copy full SHA for ddfd196
include/fmt/ostream.h
@@ -33,8 +33,8 @@
33
FMT_BEGIN_NAMESPACE
34
namespace detail {
35
36
-// Generate a unique explicit instantion in every translation unit using a tag
37
-// type in an anonymous namespace.
+// Generate a unique explicit instantiation in every translation unit using a
+// tag type in an anonymous namespace.
38
namespace {
39
struct file_access_tag {};
40
} // namespace
0 commit comments