From f343941a96c906b817e606da9aa8093ad4333d9f Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Sun, 15 Sep 2013 09:44:14 -0700 Subject: [PATCH] Tidy up SharedSingleton doc comments --- modules/beast_core/memory/SharedSingleton.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/beast_core/memory/SharedSingleton.h b/modules/beast_core/memory/SharedSingleton.h index 14ab7c0ce4..49fa2d3173 100644 --- a/modules/beast_core/memory/SharedSingleton.h +++ b/modules/beast_core/memory/SharedSingleton.h @@ -26,7 +26,10 @@ object that depends on it, the order of destruction of objects is assured to be correct. - class Object must provide the function `Object* Object::createInstance()` + Object Requirements: + DefaultConstructible + TriviallyDestructible (when lifetime == neverDestroyed) + Destructible @class SharedSingleton @ingroup beast_core