- Throwing an assertion exception for proper stack unwinding, making
  sure destructors are called
- On in Debug mode, in Release, enable via:
      cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_ASSERTIONS=ON
Current problem that I'm seeing is that some code is not catching
exceptions or worse silently swallowing them. Would like to check the
whole pipeline before merging this in.
		
	
					 | 
			||
|---|---|---|
| .. | ||
| assert.cpp | ||
| coordinate_calculation.cpp | ||
| coordinate.cpp | ||
| fingerprint.cpp | ||
| hilbert_value.cpp | ||
| mercator.cpp | ||
| osrm_exception.cpp | ||
| simple_logger.cpp | ||