Re: C++ std::
Hi Bruno, Bruno Haible writes: > I try to avoid the C++ Standard Library, because Thanks for the detailed response. I certainly agree regarding the unreadability of the C++ standard library. Collin
Re: C++ std::
Hi Collin, > Out of curiosity though, why not use std::unordered_map [1]? Is C++ > standard library not portable enough? > > [1] https://en.cppreference.com/w/cpp/container/unordered_map I try to avoid the C++ Standard Library, because * My general experience with C++ is that the more feature