Remix.run Logo
tempodox 3 days ago

That `String` leaks memory, it doesn't have a destructor.

rurban 3 days ago | parent | next [-]

https://github.com/TheNumbat/rpp/blob/main/rpp/string0.h#L92 here it is

asveikau 3 days ago | parent [-]

If omitting it for brevity on a website, they could have just shown the signature and commented out the body ...

hermitdev 3 days ago | parent | prev [-]

> That `String` leaks memory, [...]

So does the clone...