diff options
author | Dominick Allen <djallen@librehumanitas.org> | 2024-10-20 10:48:19 -0500 |
---|---|---|
committer | Dominick Allen <djallen@librehumanitas.org> | 2024-10-20 10:48:19 -0500 |
commit | 6a27a2a4032e88fa9154ef0f0741edc584f7a701 (patch) | |
tree | 92ca58cbcdd2c1d11b7d69deb0d4925d0f979a3f /source/fud_format.cpp | |
parent | e94db4695e236b42ae1be44b2605075161d5144f (diff) |
Lots of work.
Diffstat (limited to 'source/fud_format.cpp')
-rw-r--r-- | source/fud_format.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
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, FudStatus> FormatSpec::make(StringView view, size_t& length) +{ + static_cast<void>(view); + static_cast<void>(length); + return FudStatus::NotImplemented; +} +*/ + +} // namespace fud |