Skip to content

Commit 2fae596

Browse files
refactor: Add re-export submodules in root module
1 parent f828260 commit 2fae596

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/primitives.cppm

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ module;
22

33
export module mcpplibs.primitives;
44

5-
export import mcpplibs.primitives.traits;
5+
export import mcpplibs.primitives.underlying;
6+
export import mcpplibs.primitives.policy;
7+
export import mcpplibs.primitives.primitive;

0 commit comments

Comments
 (0)