aboutsummaryrefslogtreecommitdiffstats
path: root/nihil.util/nihil.util.ccm
diff options
context:
space:
mode:
authorLexi Winter <lexi@le-fay.org>2025-07-02 03:10:07 +0100
committerLexi Winter <lexi@le-fay.org>2025-07-02 03:10:07 +0100
commitbde0492644845de63cf95b8997c5e613a9247826 (patch)
treeb72fa5a18ae1c2248ff3bc13c39e6dbafecfe2f7 /nihil.util/nihil.util.ccm
parentca697d6ca0c49f91ca13c72f0bb870d297b26767 (diff)
downloadnihil-bde0492644845de63cf95b8997c5e613a9247826.tar.gz
nihil-bde0492644845de63cf95b8997c5e613a9247826.tar.bz2
move flagset to util
Diffstat (limited to 'nihil.util/nihil.util.ccm')
-rw-r--r--nihil.util/nihil.util.ccm1
1 files changed, 1 insertions, 0 deletions
diff --git a/nihil.util/nihil.util.ccm b/nihil.util/nihil.util.ccm
index 1911ced..6b4bc30 100644
--- a/nihil.util/nihil.util.ccm
+++ b/nihil.util/nihil.util.ccm
@@ -4,6 +4,7 @@ export module nihil.util;
export import :capture_stream;
export import :construct;
export import :ctype;
+export import :flagset;
export import :guard;
export import :parse_size;
export import :next_word;