Merge branch 'main' of https://git.pupbrained.xyz/pupbrained/draconisplusplus
This commit is contained in:
commit
fbb744f3d5
|
@ -145,6 +145,8 @@
|
||||||
]
|
]
|
||||||
++ deps;
|
++ deps;
|
||||||
|
|
||||||
|
INCLUDE_DIR = "${llvmPackages_18.libcxx.dev}/include/c++/v1";
|
||||||
|
|
||||||
name = "C++";
|
name = "C++";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -124,4 +124,3 @@ using isize = std::ptrdiff_t;
|
||||||
* @brief Represents a string.
|
* @brief Represents a string.
|
||||||
*/
|
*/
|
||||||
using string = std::string;
|
using string = std::string;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue