Skip to content

Commit 3fc14d6

Browse files
refactor: Fix typo of namespace in src code
1 parent 21f1bd7 commit 3fc14d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/primitives/primitive.impl.cppm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ export namespace mcpplibs::primitives {
1010

1111
template <typename T, primitive::policy::policy_type... Policies>
1212
struct primitive {
13+
template <underlying_type T,
14+
policy::policy_type... Policies>
1315
template <underlying_type T,
1416
policy::policy_type... Policies>
1517
using value_type = T;

0 commit comments

Comments
 (0)