appveyor: /constexpr/const/
This commit is contained in:
parent
cb55ccb9b0
commit
3c1f6ae5c2
|
@ -25,6 +25,10 @@
|
||||||
#include "projectfile.h"
|
#include "projectfile.h"
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
#define constexpr const // TODO what handling of constexpr is there is MSC
|
||||||
|
#endif
|
||||||
|
|
||||||
static constexpr char ProjectElementName[] = "project";
|
static constexpr char ProjectElementName[] = "project";
|
||||||
static constexpr char ProjectVersionAttrib[] = "version";
|
static constexpr char ProjectVersionAttrib[] = "version";
|
||||||
static constexpr char ProjectFileVersion[] = "1";
|
static constexpr char ProjectFileVersion[] = "1";
|
||||||
|
|
Loading…
Reference in New Issue