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:
parent
53bce2fe7c
commit
fe3a7e78ad
1 changed files with 0 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue