remove constexpr keyword that MSVC2013CTP isnt able to handle

This commit is contained in:
Dennis Luxen 2015-01-29 12:50:06 +01:00
parent 46f3426c35
commit ade94c87b5

View File

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