This commit is contained in:
Mars 2024-09-03 00:41:24 -04:00
parent dfabc25ef8
commit 5e393c716d
Signed by: pupbrained
GPG key ID: 874E22DF2F9DFCB5
3 changed files with 7 additions and 3 deletions

View file

@ -124,4 +124,3 @@ using isize = std::ptrdiff_t;
* @brief Represents a string.
*/
using string = std::string;