I have a string and want to remove duplicates from it, but I want it in same order. std::set or std::unordered_set does not seem to help. I there any DS or have
std::set or std::unordered_set