-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Implementation
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Originally reported by Rassi.
The member layout of each options class is currently exposed in the driver's ABI. As such, it is currently not possible to add additional options to any of these classes without introducing an ABI break.
We should pimpl the options classes. This will allow users to upgrade to a new version of the driver that exposes additional options, without having to re-link their applications.