why is cvs add being weird?

This commit is contained in:
Glenn Maynard
2002-12-14 00:52:04 +00:00
parent 66de45e43a
commit 3b1e7ed2ce
+6
View File
@@ -0,0 +1,6 @@
Bits of possibly less-than-obvious advice:
Avoid accessing other singleton classes from singleton destructors. That
introduces dependencies on the order of destruction, and can cause problems
if one of the singletons throws an exception.