As discussed in this stackoverflow question about spdlog, seems that the call to convert in line 1276 in format.h should be done using fully qulified name of convert, or the compiler produces an error (due to conflicting 'convert' function from another library).