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

operator= missing from overview for (some) valarray classes #232

Closed
mclow opened this issue Nov 18, 2013 · 1 comment
Closed

operator= missing from overview for (some) valarray classes #232

mclow opened this issue Nov 18, 2013 · 1 comment

Comments

@mclow
Copy link
Contributor

mclow commented Nov 18, 2013

The classes:

  • slice_array (section 26.6.6)
  • gslice_array (section 26.6.7)
  • mask_array (section 26.6.8)
  • indirect_array (section 26.6.9)

all have void operator=(const valarray<T>&) const; defined in the section [XXX.assign], but these operators do not appear in the [XXX.overview] section.

@jensmaurer
Copy link
Member

They're all defined in the .overview sections as of now.

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