|
|
|
|
|
by 112233
876 days ago
|
|
What standard library? ;) There is a "turn code into object file using compiler" C++, that is much different from "committee vision" C++, and until recently (probably until initializer lists), -fno-exceptions -fno-rtti -ffreestanding did not emmit standard library symbols, except maybe static initialization. Current C++ is being glued to library like crazy, look at continuations... |
|