From 11894bef04095c37196af5ae1bfed885775d49eb Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Sun, 5 Jan 2025 16:23:04 +0100 Subject: Add formatting & factories for status --- asl/format.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'asl/format.hpp') diff --git a/asl/format.hpp b/asl/format.hpp index ac51693..70ccd09 100644 --- a/asl/format.hpp +++ b/asl/format.hpp @@ -55,6 +55,8 @@ public: { m_writer->write(as_bytes(s.as_span())); } + + constexpr Writer* writer() const { return m_writer; } }; template -- cgit