I want to use C++17 in my project but the MySQL Connector uses deprecated std::iterator in the headers which gives an error in Visual Studio as it is deprecated. So, will std::iterator get removed from the connector anytime soon?
↧