yapf/countedptr.hpp
changeset 5094 6f4c15b49da0
parent 4549 106ed18a7675
--- a/yapf/countedptr.hpp	Wed Nov 15 23:47:52 2006 +0000
+++ b/yapf/countedptr.hpp	Thu Nov 16 00:09:39 2006 +0000
@@ -3,6 +3,7 @@
 #ifndef COUNTEDPTR_HPP
 #define COUNTEDPTR_HPP
 
+#if 0 // reenable when needed
 /** @file CCountedPtr - smart pointer implementation */
 
 /** CCountedPtr - simple reference counting smart pointer.
@@ -95,5 +96,5 @@
 	}
 }
 
-
+#endif /* 0 */
 #endif /* COUNTEDPTR_HPP */