Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit 6190a40

Browse files
committed
重构以消除intellisense的警告.
1 parent 37692d6 commit 6190a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/mirai/defs/simple_reflect.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ namespace Cyan
2929
return (t == nullptr) ? nullptr : t();
3030
}
3131

32-
int size() const
32+
size_t size() const
3333
{
3434
return obj_map.size();
3535
}

0 commit comments

Comments
 (0)