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:
parent
385f6b06d4
commit
794fd6ba56
4 changed files with 49 additions and 8 deletions
|
@ -226,6 +226,10 @@
|
|||
RelativePath="..\..\include\loki\Pimpl.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\loki\PimplDef.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\loki\SafeFormat.h"
|
||||
>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include "type2.h"
|
||||
|
||||
#include <loki/SafeFormat.h>
|
||||
|
||||
#include <loki/PimplDef.h>
|
||||
|
||||
|
||||
/////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue