]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/scoped_array.hpp
update boost to version 1.36
[lyx.git] / boost / boost / scoped_array.hpp
index 667dfffcb6d780c0e7ebbdbc10a1f8b1431b1e33..fcb80f6cade635937630aa234ccb2c8479e9a293 100644 (file)
@@ -46,6 +46,9 @@ private:
 
     typedef scoped_array<T> this_type;
 
+    void operator==( scoped_array const& ) const;
+    void operator!=( scoped_array const& ) const;
+
 public:
 
     typedef T element_type;