diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-27 12:27:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-27 12:27:23 +0900 |
commit | 02c62f9c92633d5a02f2474071cc7f7a6be32752 (patch) | |
tree | 0dd9d6fc24583e6da8b4d97c7215b432dce90092 | |
parent | a2a46ab30d092bb5cd0dcf6df4a7b8ff6ecfb87a (diff) | |
download | tdeedu-02c62f9c92633d5a02f2474071cc7f7a6be32752.tar.gz tdeedu-02c62f9c92633d5a02f2474071cc7f7a6be32752.zip |
Drop Borland compiler specific code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | kig/misc/boost_intrusive_pointer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kig/misc/boost_intrusive_pointer.h b/kig/misc/boost_intrusive_pointer.h index 1dd2dd81..292a73c9 100644 --- a/kig/misc/boost_intrusive_pointer.h +++ b/kig/misc/boost_intrusive_pointer.h @@ -141,7 +141,6 @@ public: return p_ == 0? 0: &intrusive_ptr::get; } - // operator! is a Borland-specific workaround bool operator! () const { return p_ == 0; |