From: llucax Date: Fri, 18 Jan 2008 18:12:42 +0000 (+0000) Subject: Remove private implementation of watcher's copy ctor and operator=. X-Git-Url: https://git.llucax.com/software/libev.git/commitdiff_plain/f279f2b7372a6523b4055dea41bc75e0a3d7b253?hp=36200726929763bf7a74c6212f37920582298e2c Remove private implementation of watcher's copy ctor and operator=. --- diff --git a/ev++.h b/ev++.h index 53367c1..e921852 100644 --- a/ev++.h +++ b/ev++.h @@ -208,10 +208,9 @@ namespace ev { \ private: \ \ - cppstem (const cppstem &o) \ - { /* disabled */ } \ + cppstem (const cppstem &o); \ \ - void operator =(const cppstem &o) { /* disabled */ } \ + cppstem & operator =(const cppstem &o); \ \ public: