Commit Graph

9 Commits

Author SHA1 Message Date
Moritz Kobitzsch
c608b77a43 fixes assignment for basic turn types / invalid ramp assignment 2016-03-17 22:57:41 +01:00
Patrick Niklaus
f06a636e7d Don't pass shared_ptr down to functions
"Don’t pass a smart pointer as a function parameter unless you want to
use or manipulate the smart pointer itself, such as to share or transfer
ownership."

Source:
http://herbsutter.com/2013/06/05/gotw-91-solution-smart-pointer-parameters/
2016-03-17 22:57:41 +01:00
Daniel J. Hofmann
533d6c0a6b Fixes multi-line comment 2016-03-17 22:57:40 +01:00
Patrick Niklaus
908fd98824 Fix coodinate include and unused warnings 2016-03-17 22:57:40 +01:00
Moritz Kobitzsch
4f0a84e8de start of four way turns 2016-03-17 22:57:40 +01:00
Moritz Kobitzsch
6883fdca5c improved fork handling 2016-03-17 22:57:40 +01:00
Patrick Niklaus
396e14d46e Fix crash on extracting Berlin in guidance 2016-03-17 22:57:40 +01:00
Moritz Kobitzsch
951ffe8484 bugfixing/classification 2016-03-17 22:57:39 +01:00
Patrick Niklaus
6aa12b1dd6 Big Restructuring / Cleanup 2016-03-17 22:53:43 +01:00