Format: Add using statement to Formatter

This commit is contained in:
Riyyi
2022-08-23 15:24:48 +02:00
parent bbeab2efd0
commit febb89be9c
+2
View File
@@ -314,6 +314,8 @@ struct Formatter<Specifier> : Formatter<std::nullptr_t> {
} // namespace ruc::format } // namespace ruc::format
using ruc::format::Formatter;
#if 0 #if 0
TODO: TODO: