linux fixes
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@474 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
0efd57d86d
commit
de2a6e513d
3 changed files with 5 additions and 6 deletions
|
@ -59,8 +59,7 @@ namespace Loki
|
||||||
template<class> class Del
|
template<class> class Del
|
||||||
>
|
>
|
||||||
inline
|
inline
|
||||||
Ptr
|
Ptr PimplLife<Impl,Ptr,Del>::Create()
|
||||||
PimplLife<Impl,Ptr,Del>::Create()
|
|
||||||
{
|
{
|
||||||
ptr = Ptr( new Impl );
|
ptr = Ptr( new Impl );
|
||||||
return ptr;
|
return ptr;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SUBTARGETS = Factory flex_string Longevity OrderedStatic RegressionTest \
|
SUBTARGETS = Factory flex_string Longevity OrderedStatic Pimpl RegressionTest \
|
||||||
SafeFormat ScopeGuard Singleton SmallObj Visitor Pimpl
|
SafeFormat ScopeGuard Singleton SmallObj Visitor
|
||||||
|
|
||||||
.PHONY: clean all $(SUBTARGETS)
|
.PHONY: clean all $(SUBTARGETS)
|
||||||
all: $(SUBTARGETS)
|
all: $(SUBTARGETS)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// The Loki Library
|
// The Loki Library
|
||||||
// Copyright (c) 2006 Peter Kümmel
|
// Copyright (c) 2006 Peter Kmmel
|
||||||
// Permission to use, copy, modify, distribute and sell this software for any
|
// Permission to use, copy, modify, distribute and sell this software for any
|
||||||
// purpose is hereby granted without fee, provided that the above copyright
|
// purpose is hereby granted without fee, provided that the above copyright
|
||||||
// notice appear in all copies and that both that copyright notice and this
|
// notice appear in all copies and that both that copyright notice and this
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
#include "type.h"
|
#include "type.h"
|
||||||
|
|
||||||
#include <loki/Pimpldef.h>
|
#include <loki/PimplDef.h>
|
||||||
|
|
||||||
#include <loki/SafeFormat.h>
|
#include <loki/SafeFormat.h>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue