Hi, I'm using spdlog which uses your library. I tried to update the spdlog version but my project failed to build because fmt dont use stdext checked iterartor utilities at std copy calls in include\fmt\format.h(3016). Compiler says that it can be avoided if I desable certain warnings, but I dont want to do this unless its strictly neccessary. For now I solved it downloading and older version of fmt but It would be nice to dont have to depend from an older version to avoid compatibility problems. Thanks for the help.
Hi, I'm using spdlog which uses your library. I tried to update the spdlog version but my project failed to build because fmt dont use stdext checked iterartor utilities at std copy calls in include\fmt\format.h(3016). Compiler says that it can be avoided if I desable certain warnings, but I dont want to do this unless its strictly neccessary. For now I solved it downloading and older version of fmt but It would be nice to dont have to depend from an older version to avoid compatibility problems. Thanks for the help.