Hi,
Since I update the SFML lib from 2.4.0 to 2.4.1, I have the following error when I compile :
sf::Texture::loadFromFile(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, sf::Rect<int> const&)
undifined refererence to « sf::String::String(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::locale const&) »
I think there is a problem with cast from std::string to sf::String, nope ?
Thank you by advance