no message
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@92 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
cb529b708c
commit
53bce2fe7c
1 changed files with 6 additions and 2 deletions
|
@ -762,13 +762,17 @@ namespace Loki
|
|||
: spImpl_(new MemFunHandler<Functor, PtrObj, MemFn>(p, memFn))
|
||||
{}
|
||||
|
||||
typedef impl * (std::auto_ptr<impl>::*unspecified_bool_type)() const;
|
||||
/*
|
||||
|
||||
typedef Impl * (std::auto_ptr<Impl>::*unspecified_bool_type)() const;
|
||||
|
||||
operator unspecified_bool_type() const
|
||||
{
|
||||
return spImpl_.get() ? &std::auto_ptr<impl>::get : 0;
|
||||
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