Skip to content

Commit 3e03ce8

Browse files
feat: Add algorithms module for enhanced algorithmic operations and imports
Signed-off-by: FrozenlemonTee <1115306170@qq.com>
1 parent 6e44abf commit 3e03ce8

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

src/algorithms/algorithms.cppm

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module;
2+
3+
export module mcpplibs.primitives.algorithms;
4+
5+
export import mcpplibs.primitives.algorithms.hash;
6+
export import mcpplibs.primitives.algorithms.limits;

src/primitives.cppm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ export import mcpplibs.primitives.underlying;
66
export import mcpplibs.primitives.policy;
77
export import mcpplibs.primitives.primitive;
88
export import mcpplibs.primitives.operations;
9+
export import mcpplibs.primitives.algorithms;
910
export import mcpplibs.primitives.conversion;

0 commit comments

Comments
 (0)