no message

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@93 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
tslettebo 2003-02-03 11:56:16 +00:00
parent 53bce2fe7c
commit fe3a7e78ad

View file

@ -762,8 +762,6 @@ namespace Loki
: spImpl_(new MemFunHandler<Functor, PtrObj, MemFn>(p, memFn))
{}
/*
typedef Impl * (std::auto_ptr<Impl>::*unspecified_bool_type)() const;
operator unspecified_bool_type() const
@ -771,8 +769,6 @@ namespace Loki
return spImpl_.get() ? &std::auto_ptr<Impl>::get : 0;
}
*/
Functor& operator=(const Functor& rhs)
{
Functor copy(rhs);