diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2026-06-17 10:09:34 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2026-06-17 10:09:34 +0200 |
| commit | f47fda7c8061303c0762c6b11b5f916993ead7ca (patch) | |
| tree | 405185c3c2d3706b7117061b5fa41af3ea2c0fca /ttwhy/lib.cppm | |
| parent | 9c09097156dc70315364d27e61daef19b2844139 (diff) | |
| download | ttwhy-f47fda7c8061303c0762c6b11b5f916993ead7ca.tar.xz ttwhy-f47fda7c8061303c0762c6b11b5f916993ead7ca.zip | |
lib: add basic tc attibute RAII type
Diffstat (limited to 'ttwhy/lib.cppm')
| -rw-r--r-- | ttwhy/lib.cppm | 10 |
1 files changed, 1 insertions, 9 deletions
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; |
