move definition of the destructor to extra file, because msvc tries to use the incomplete type; not inlining does not help; maybe this is a compiler bug.

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@493 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2006-01-18 16:49:32 +00:00
parent 385f6b06d4
commit 794fd6ba56
4 changed files with 49 additions and 8 deletions

View file

@ -24,7 +24,7 @@
#include "type2.h"
#include <loki/SafeFormat.h>
#include <loki/PimplDef.h>
/////////////////////////////////////////