34#ifndef HPP_UTIL_VERSION_HH 35#define HPP_UTIL_VERSION_HH 36#include <hpp/util/config.hh> 39#define HPP_UTIL_CHECK() ::hpp::util::checkVersion(HPP_UTIL_VERSION) 44HPP_UTIL_DLLAPI
extern const char*
version;
51HPP_UTIL_DLLAPI
int checkVersion(
const char* header_version);
HPP_UTIL_DLLAPI const char * version
Definition version.cc:40
HPP_UTIL_DLLAPI int checkVersion(const char *header_version)
Definition version.cc:42
Definition assertion.hh:45