remove constexpr keyword that MSVC2013CTP isnt able to handle
This commit is contained in:
parent
46f3426c35
commit
ade94c87b5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user