Modified:
/branches/cvv8-const-experiment/include/cvv8/ClassCreator.hpp
=======================================
--- /branches/cvv8-const-experiment/include/cvv8/ClassCreator.hpp Thu Jul
21 03:10:04 2011
+++ /branches/cvv8-const-experiment/include/cvv8/ClassCreator.hpp Thu Jul
21 03:56:31 2011
@@ -648,7 +648,9 @@
*/
pv.Dispose();
pv.Clear();
-#if 0
+#if 1 /* i believe this problem was fixed. If you are reading this b/c
+ you followed an assert() message, please report this as a bug.
+ */
assert( 0 && "weak_dtor() got no native object!");
#endif
return;