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

misc.hh: error: class lout::misc::NotSoSimpleVector<T> has no member named arrayExtra #281

Closed
rodarima opened this issue Oct 17, 2024 · 0 comments · Fixed by #282
Closed
Labels
bug Something isn't working build Related with the build process
Milestone

Comments

@rodarima
Copy link
Member

From: https://bugs.gentoo.org/939137

In file included from object.hh:7,
                 from container.hh:4,
                 from container.cc:23:
misc.hh: In copy constructor lout::misc::NotSoSimpleVector<T>::NotSoSimpleVector(const lout::misc::NotSoSimpleVector<T>&):
misc.hh:384:13: error: class lout::misc::NotSoSimpleVector<T> has no member named arrayExtra; did you mean arrayExtra1? [-Wtemplate-body]
  384 |       this->arrayExtra = NULL;
      |             ^~~~~~~~~~

It seems we left an outdated constructor. This was caught by gcc 15.

@rodarima rodarima added bug Something isn't working build Related with the build process labels Oct 17, 2024
@rodarima rodarima added this to the Release 3.2.0 milestone Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build Related with the build process
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant