My main takeaway from years in the C++ committee is to use as little standard library as possible
Падабаецца 0
Рэпосты 0
My main takeaway from years in the C++ committee is to use as little standard library as possible
i try to minimize my dependencies, however, switched to std::format recently. is that allowed?