]> www.ginac.de Git - ginac.git/commit
[msvc] Yet another compiler bug work around.
authorJan Rheinländer <jrheinlaender@gmx.de>
Mon, 20 Sep 2010 12:29:20 +0000 (12:29 +0000)
committerAlexei Sheplyakov <Alexei.Sheplyakov@gmail.com>
Fri, 26 Nov 2010 22:15:55 +0000 (00:15 +0200)
commitba4faacc518d900ca84a03811ebc5cb957141d30
tree809ae5f67533beedbaeb148404af11bead700dfa
parent4e100d18fa168f13f17d2b272e2e750748112995
[msvc] Yet another compiler bug work around.

msvc does not include the exprseq::info() method, giving unresolved symbols
when linking. Apparently adding a dummy function "fixes" the problem.
ginac/exprseq.cpp