We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f97e6d commit 76d5acfCopy full SHA for 76d5acf
src/os.cc
@@ -59,8 +59,6 @@
59
# endif
60
#endif
61
62
-FMT_BEGIN_NAMESPACE
63
-
64
namespace {
65
#ifdef _WIN32
66
// Return type of read and write functions.
@@ -79,6 +77,8 @@ inline auto convert_rwcount(size_t count) -> size_t { return count; }
79
77
80
78
} // namespace
81
+FMT_BEGIN_NAMESPACE
+
82
83
namespace detail {
84
0 commit comments