undo removing warning.
https://sourceforge.net/forum/message.php?msg_id=7564865 git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@1016 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
c8bd6f516f
commit
fa3743d524
1 changed files with 1 additions and 1 deletions
|
@ -815,8 +815,8 @@ namespace Loki
|
|||
{
|
||||
if (destroyed_)
|
||||
{
|
||||
destroyed_ = false;
|
||||
LifetimePolicy<T>::OnDeadReference();
|
||||
destroyed_ = false;
|
||||
}
|
||||
pInstance_ = CreationPolicy<T>::Create();
|
||||
LifetimePolicy<T>::ScheduleDestruction(pInstance_,
|
||||
|
|
Loading…
Reference in a new issue