Message: Use #define instead of constexpr.

This commit is contained in:
Peter Johnson
2015-07-20 20:34:19 -07:00
parent 6b2fb02bed
commit 3cd3d1691e

View File

@@ -10,7 +10,7 @@
#include "WireDecoder.h"
#include "WireEncoder.h"
static constexpr unsigned long kClearAllMagic = 0xD06CB27Aul;
#define kClearAllMagic 0xD06CB27Aul
using namespace nt;