How to install an updated C++ standard library?
So, I can easily write install-pkg clang-10
, and get an updated C++ compiler, but the standard library is decoupled from the compiler.
Does anyone know how I could get an updated library on Repl?
Voters
xxpertHacker (855)
@Coder100 I barely tried to search for this; but do you know anything about this?
Coder100 (16982)
sorry learning rust @xxpertHacker
xxpertHacker (855)
@Coder100 Rip, well, good luck.
xxpertHacker (855)
@Coder100 That is sad, they couldn't even run the "Hello, world!" program. ;-;
I think that libcxx/libc++ might be something worth checking out, but I'm wondering what Repl is already using, so that I could update that...
install-pkg
, or obtain the deb file and extract it.@programmeruser Which one? What file am I looking for?