refactor(kernel/std): ♻️ rename pragma regions from "Member Functions" to "Constructors"

This commit is contained in:
2025-05-10 04:17:19 +00:00
parent 6e26184a04
commit fab3be67ee
7 changed files with 16 additions and 16 deletions

View File

@ -163,7 +163,7 @@ namespace std
bool operator!=(const const_iterator &rhs) const { return _node != rhs._node; }
};
#pragma region Member Functions
#pragma region Constructors
list()
{
@ -282,7 +282,7 @@ namespace std
return alloc;
}
#pragma endregion Member Functions
#pragma endregion Constructors
#pragma region Element Access