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

Page 111 uses struct as type-parameter-key #31

Open
Ukilele opened this issue May 10, 2022 · 0 comments
Open

Page 111 uses struct as type-parameter-key #31

Ukilele opened this issue May 10, 2022 · 0 comments

Comments

@Ukilele
Copy link

Ukilele commented May 10, 2022

At the end of page 111 there is

template <struct E> class vector_expression {

But struct is no valid type-parameter-key. It should be class instead:

template <class E> class vector_expression {

Label: 2.6: T.120

@Ukilele Ukilele changed the title Page 111 uses struct as _type-parameter-key_ Page 111 uses struct as type-parameter-key May 10, 2022
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