make canary static const instead of constexpr

This commit is contained in:
Dennis Luxen 2014-06-27 10:28:42 +02:00
parent d6b2712070
commit 1de736019d

View File

@ -36,7 +36,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <array>
// Added at the start and end of each block as sanity check
constexpr char CANARY[] = "OSRM";
static const char CANARY[] = "OSRM";
struct SharedDataLayout
{