From cplusplus.com reference it seems that std::set sorts elements.
I need to have sorted strings, but I'm not sure if it will work well on every platform and compiler. Mainly GCC, MinGW, VC.
From cplusplus.com reference it seems that std::set sorts elements.
I need to have sorted strings, but I'm not sure if it will work well on every platform and compiler. Mainly GCC, MinGW, VC.