Am Montag, den 04.12.2017, 21:53 +0100 schrieb Andreas Tille: > Hi Gert, > > thanks for your hint. > > On Mon, Dec 04, 2017 at 07:32:42PM +0100, Gert Wollny wrote: > > > > make_pair doesn't require the explicite type specification, i.e. > > the > > following should work: > > > > - return make_pair<DoubleVec1d, DoubleVec2d>(eigvals, eigvecs); > > + return make_pair(eigvals, eigvecs); > > This worked at that very place, but later I get:
in essence more of the same. I've pushed the updated patches. What's still missing though is linking against the system tinyxml. Best, Gert

