Commit Graph

5 Commits

Author SHA1 Message Date
Patrick Niklaus
4fb041391f 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-23 17:52:51 +01:00
Daniel J. Hofmann
556223d43b Properly includes needed headers in turn analysis interface 2016-03-23 17:52:51 +01:00
Moritz Kobitzsch
92b4f14db6 start of four way turns 2016-03-23 17:52:51 +01:00
Moritz Kobitzsch
a1f1da4c16 improved fork handling 2016-03-23 17:52:51 +01:00
Patrick Niklaus
c19fae4a43 Big Restructuring / Cleanup 2016-03-23 17:52:51 +01:00