mirror of
https://github.com/Kistler-Group/sdbus-cpp.git
synced 2026-01-25 15:12:20 +01:00
* Since ObjectPath and Signature have a user-declared copy-ctor and copy assignment operator the implicit declaration of corresponding move operations is disabled. Explicitly add defaulted versions so that move operations actually move instead of copy. * See: https://github.com/Kistler-Group/sdbus-cpp/issues/230