Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: $isize 类型实现错误 #6

Closed
MeeSong opened this issue Nov 5, 2017 · 0 comments
Closed

Bug: $isize 类型实现错误 #6

MeeSong opened this issue Nov 5, 2017 · 0 comments

Comments

@MeeSong
Copy link

MeeSong commented Nov 5, 2017

$isize

类型错误

// 错误的
template<isize ...v> using $isize = $type<usize, v...>;

// 正确的
template<isize ...v> using $isize = $type<isize, v...>;
@MeeSong MeeSong closed this as completed Feb 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant