|
From: | John W. Eaton |
Subject: | [Octave-bug-tracker] [bug #57353] crash signal 11 when using patch() with large stl file |
Date: | Fri, 6 Dec 2019 14:09:04 -0500 (EST) |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0 |
Follow-up Comment #34, bug #57353 (project octave): Yes, I agree we need some explanation of the intent. std::vector<T> [N] is also confusing. I needed more time than I would like to admit to understand why both of the following worked without any other changes: std::vector<T> foo [N]; std::vector<T> *foo = new std::vector<T> [N]; It's obvious now, but an array of std::vector<T> objects is not something I expect to see. _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/bugs/?57353> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |