|
From: Bojan N. <bo...@bn...> - 2011-09-15 20:03:56
|
Hi Didrik, A possibility which I've seen before: I would suggest checking the linking stage to make sure that symbols defined (through template instantiation) in multiple compilation units correctly get amalgamated into one. The reason is that the evaluationdate mechanism depends on a singleton pattern which is implemented in a template (and therefore in a header file, see ql/patterns/singleton.hpp). Best, Bojan -- Bojan Nikolic || http://www.bnikolic.co.uk |