how to cofirm fmt lib version info?
I'm using the format.h and format.cc files at work, but I don't know how to check the version of the format.h format.cc in use. Is there a way to find out what version it is through the code that exists in format.h and format.cc ?
The
FMT_VERSION
macro defined infmt/core.h
gives you the version: