From 6a27a2a4032e88fa9154ef0f0741edc584f7a701 Mon Sep 17 00:00:00 2001 From: Dominick Allen Date: Sun, 20 Oct 2024 10:48:19 -0500 Subject: Lots of work. --- source/fud_format.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 source/fud_format.cpp (limited to 'source/fud_format.cpp') diff --git a/source/fud_format.cpp b/source/fud_format.cpp new file mode 100644 index 0000000..ab1bb4f --- /dev/null +++ b/source/fud_format.cpp @@ -0,0 +1,14 @@ +// #include "fud_format.hpp" + +namespace fud { + +/* +Result FormatSpec::make(StringView view, size_t& length) +{ + static_cast(view); + static_cast(length); + return FudStatus::NotImplemented; +} +*/ + +} // namespace fud -- cgit v1.2.3