| ▲ | theICEBeardk a day ago | |
Are you aware of the Freestanding definition of STL? See here: https://en.cppreference.com/w/cpp/freestanding.html Large and useful parts of it are available if you run with a newer c++ standard. | ||
| ▲ | elteto a day ago | parent [-] | |
Well, it's mostly type definitions and compiler stuff, like type_traits. Although I'm pleasantly surprised that std::tuple is fully supported. It looks like C++26 will bring in a lot more support for freestanding stuff. No algorithms or containers, which to me is probably 90% of what is most heavily used of the STL. | ||