From f47fda7c8061303c0762c6b11b5f916993ead7ca Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Wed, 17 Jun 2026 10:09:34 +0200 Subject: lib: add basic tc attibute RAII type --- ttwhy/lib.cppm | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'ttwhy/lib.cppm') diff --git a/ttwhy/lib.cppm b/ttwhy/lib.cppm index c7527ee..fe7486f 100644 --- a/ttwhy/lib.cppm +++ b/ttwhy/lib.cppm @@ -1,11 +1,3 @@ export module ttwhy; -namespace ttwhy -{ - - export auto multiply(int lhs, int rhs) -> int - { - return lhs * rhs; - } - -} // namespace ttwhy +export import :scoped_attributes; -- cgit v1.2.3