kern: Skeleton KSynchronizationObject

This commit is contained in:
Michael Scire 2020-01-29 23:46:55 -08:00
parent 2faf3d33b5
commit 7d6b16d7fb
6 changed files with 350 additions and 16 deletions

View file

@ -183,7 +183,7 @@ namespace ams::util {
}
};
public:
IntrusiveListImpl() : root_node() { /* ... */ }
constexpr IntrusiveListImpl() : root_node() { /* ... */ }
/* Iterator accessors. */
iterator begin() {