This commit is contained in:
Glenn Maynard
2003-09-08 21:37:20 +00:00
parent 3b946361cc
commit a1de71b917
+1 -1
View File
@@ -14,4 +14,4 @@ written.
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.