This commit is contained in:
Mars 2024-09-05 00:13:53 -04:00
commit fbb744f3d5
2 changed files with 2 additions and 1 deletions

View file

@ -145,6 +145,8 @@
]
++ deps;
INCLUDE_DIR = "${llvmPackages_18.libcxx.dev}/include/c++/v1";
name = "C++";
};
}

View file

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