9#ifndef FMTVERSION_H_INCLUDED
10#define FMTVERSION_H_INCLUDED
88 static bool isatleast(
int major,
int minor,
int patch);
#define FMTEXPORT
Definition: FMTutility.hpp:92
Definition: FMTobject.hpp:50
Definition: FMTversion.hpp:42
static std::string getversion()
static std::string getlicense(bool french=false)
static bool hasfeature(const std::string &name)
static std::string getdatenow()
static bool isatleast(int major, int minor, int patch)
static std::string getbuilddate()
Namespace for handling FMT versions and features.
Definition: FMTversion.hpp:31