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:
syntheticpp 2006-01-15 22:32:54 +00:00
parent 0efd57d86d
commit de2a6e513d
3 changed files with 5 additions and 6 deletions

View file

@ -59,8 +59,7 @@ namespace Loki
template<class> class Del
>
inline
Ptr
PimplLife<Impl,Ptr,Del>::Create()
Ptr PimplLife<Impl,Ptr,Del>::Create()
{
ptr = Ptr( new Impl );
return ptr;

View file

@ -1,5 +1,5 @@
SUBTARGETS = Factory flex_string Longevity OrderedStatic RegressionTest \
SafeFormat ScopeGuard Singleton SmallObj Visitor Pimpl
SUBTARGETS = Factory flex_string Longevity OrderedStatic Pimpl RegressionTest \
SafeFormat ScopeGuard Singleton SmallObj Visitor
.PHONY: clean all $(SUBTARGETS)
all: $(SUBTARGETS)

View file

@ -1,6 +1,6 @@
////////////////////////////////////////////////////////////////////////////////
// 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
// purpose is hereby granted without fee, provided that the above copyright
// notice appear in all copies and that both that copyright notice and this
@ -22,7 +22,7 @@
#include "type.h"
#include <loki/Pimpldef.h>
#include <loki/PimplDef.h>
#include <loki/SafeFormat.h>