Remix.run Logo
atilimcetin 5 hours ago

The title looks very promising. I’ve added this library to my to-do list to take a deeper look at it. Using this standart library within restricted safe subset of C++ can be a strong opponent for Zig (at least for myself).

EPWN3D 4 hours ago | parent [-]

Haven't really verified that it works with C++, but I tried my best to guard the stuff I knew would be problematic with #if __cplusplus. Happy to have a PR that makes C++ happier with it.

atilimcetin 4 hours ago | parent [-]

Thanks for the reply. Noted :)