Closed DennisOSRM closed 10 years ago
replaces compiler hacks that emulated compile-time assertions by actual static_assert. kills plenty of unused macro warnings in GCC 4.8+
I'll need to run this against a couple of compilers locally to see if any warnings are left. Should be good to merge later today.
cc: @tmcw
@tmcw pls have a look and pull the trigger if it's good.
replaces compiler hacks that emulated compile-time assertions by actual static_assert. kills plenty of unused macro warnings in GCC 4.8+