forked from Kistler-Group/sdbus-cpp
* 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