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 #31

Open
Thomas-Sankara opened this issue May 26, 2021 · 1 comment
Open

我认为这行代码应该是有bug #31

Thomas-Sankara opened this issue May 26, 2021 · 1 comment

Comments

@Thomas-Sankara
Copy link

typedef typename _type_traits<iterator_traits<InputIterator>::value_type>::is_POD_type isPODType;

应添加typename,更正如下:

typedef typename _type_traits<typename iterator_traits<InputIterator>::value_type>::is_POD_type isPODType;
@zouxiaohang
Copy link
Owner

zouxiaohang commented Jun 29, 2022 via email

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

2 participants