aboutsummaryrefslogtreecommitdiff
path: root/281
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-09-28 20:26:15 +0200
committerRodrigo <rodarima@gmail.com>2025-09-28 23:10:55 +0200
commitfb510ea86be5ceb9e91573890242581fdbd77ad8 (patch)
treed819fe40683592008d136727f5a0b03e48dc1164 /281
Initial versionHEADmain
Diffstat (limited to '281')
-rw-r--r--281/index.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/281/index.md b/281/index.md
new file mode 100644
index 0000000..9f46f6e
--- /dev/null
+++ b/281/index.md
@@ -0,0 +1,18 @@
+Title: misc.hh: error: class lout::misc::NotSoSimpleVector<T> has no member named arrayExtra
+Author: rodarima
+Created: Thu, 17 Oct 2024 07:56:36 +0000
+State: closed
+
+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. \ No newline at end of file