diff --git a/Reference/Functor.h b/Reference/Functor.h index 3515710..43b2042 100644 --- a/Reference/Functor.h +++ b/Reference/Functor.h @@ -762,8 +762,6 @@ namespace Loki : spImpl_(new MemFunHandler(p, memFn)) {} - /* - typedef Impl * (std::auto_ptr::*unspecified_bool_type)() const; operator unspecified_bool_type() const @@ -771,8 +769,6 @@ namespace Loki return spImpl_.get() ? &std::auto_ptr::get : 0; } - */ - Functor& operator=(const Functor& rhs) { Functor copy(rhs);