]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/scoped_ptr.hpp
update boost to version 1.36
[lyx.git] / boost / boost / scoped_ptr.hpp
index 651deed6906b4603b240f1214f800477977635a5..279cec3da6ac1dc9999270391be7d4429213f134 100644 (file)
@@ -47,6 +47,9 @@ private:
 
     typedef scoped_ptr<T> this_type;
 
+    void operator==( scoped_ptr const& ) const;
+    void operator!=( scoped_ptr const& ) const;
+
 public:
 
     typedef T element_type;