Improve commentary

This commit is contained in:
Nathaniel Filardo
2019-04-23 14:32:28 +01:00
parent 7251022e24
commit 2af4c64698
5 changed files with 39 additions and 12 deletions

View File

@@ -7,7 +7,8 @@ namespace snmalloc
{
/*
* In some use cases we need to run before any of the C++ runtime has been
* initialised. This singleton class is design to not depend on the runtime.
* initialised. This singleton class is designed to not depend on the
* runtime.
*/
template<class Object, Object init() noexcept>
class Singleton