|
From: | Markus Mützel |
Subject: | [Octave-bug-tracker] [bug #61711] Test errors for sorting NaN values on Windows with visibility flags |
Date: | Mon, 31 Oct 2022 14:49:21 -0400 (EDT) |
Update of bug #61711 (project octave): Status: None => Ready For Test _______________________________________________________ Follow-up Comment #2: I finally found what caused this issue: Including "Array.cc" in "mex.cc" lead to implicit instantiations of the Array<T> template class for some types. Due to how symbols are shared between different libraries that lead to the situation where functions in liboctinterp were using those classes without the specializations they have in liboctave. I pushed this change to prevent implicitly instantiating those classes in that file here: https://hg.savannah.gnu.org/hgweb/octave/rev/8dc9508b8364 Marking as ready for test. _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/bugs/?61711> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |