[GiNaC-devel] Patch7
Jan private
jrheinlaender at gmx.de
Sat Sep 11 06:00:46 CEST 2010
Hello Alexei,
here is another hairy one, which is a compiler bug in my opinion:
Problem: MSVC does not include the exprseq::info() method, giving
unresolved symbols when linking
Solution (rather, workaround): Add an unarchiver :-)
Note: Someone else suggested adding a dummy method in exprseq.cpp
basic* dummy_func(void) { return new exprseq(); }
but I thought that maybe an unarchiver is at least remotely useful...
Have fun!
Jan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: info.patch
Type: text/x-patch
Size: 809 bytes
Desc: not available
URL: <http://www.cebix.net/pipermail/ginac-devel/attachments/20100911/69f40bf6/attachment.patch>
More information about the GiNaC-devel
mailing list