kern: Skeleton KSynchronizationObject
This commit is contained in:
@@ -183,7 +183,7 @@ namespace ams::util {
|
||||
}
|
||||
};
|
||||
public:
|
||||
IntrusiveListImpl() : root_node() { /* ... */ }
|
||||
constexpr IntrusiveListImpl() : root_node() { /* ... */ }
|
||||
|
||||
/* Iterator accessors. */
|
||||
iterator begin() {
|
||||
|
||||
Reference in New Issue
Block a user