intel / ad-rss-lib

Library implementing the Responsibility Sensitive Safety model (RSS) for Autonomous Vehicles
https://intel.github.io/ad-rss-lib/
GNU Lesser General Public License v2.1
336 stars 138 forks source link

Fixes #101: python_wrapper_helper uses CMAKE_CXX_STANDARD #103

Closed daedric closed 3 years ago

daedric commented 3 years ago

Checklist:

Description

Fixes #101

pygccxml should use the same standard (even if its implementation is not complete according to their doc) than cmake. It allows for instance to use the Geometry library from Boost 1.75.

Where has this been tested?

Possible Drawbacks

N/A


This change is Reviewable

daedric commented 3 years ago

Just got back from a week-end. I see that you added a flag to silence a warning. Do you need anything else from my side?