From 90aa957ca9b7c217af7569009d1675e0f3ff8e9b Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Thu, 26 Jun 2025 20:47:45 +0100 Subject: ucl, config: use monadic error handling more --- nihil.config/write.ccm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nihil.config/write.ccm') diff --git a/nihil.config/write.ccm b/nihil.config/write.ccm index 1a07dd7..cb35d76 100644 --- a/nihil.config/write.ccm +++ b/nihil.config/write.ccm @@ -7,16 +7,16 @@ module; #include #include -import nihil; - export module nihil.config:write; +import nihil; + export namespace nihil::config { /* * Write all config values (except defaults) to disk. */ auto write_to(std::filesystem::path const &filename) -> - std::expected; + std::expected; }; -- cgit v1.2.3