diff --git a/src/beast/modules/beast_core/memory/SharedSingleton.h b/src/beast/modules/beast_core/memory/SharedSingleton.h index 14ab7c0ce..49fa2d317 100644 --- a/src/beast/modules/beast_core/memory/SharedSingleton.h +++ b/src/beast/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