The Wayback Machine - https://web.archive.org/web/20220223040653/https://github.com/topics/dds
Skip to content
#

dds

Here are 206 public repositories matching this topic...

iceoryx
elfenpiff
elfenpiff commented Feb 21, 2022

Brief feature description

We should use cxx::function instead of cxx::function_ref in the cxx::unique_ptr. But when we do the transition it is likely that the custom deleter classes will remain since they will also work with cxx::function. This should be cleaned up since they are no longer required.

  1. Replace cxx::function_ref with cxx::function
  2. Remove custom deleter clas

Improve this page

Add a description, image, and links to the dds topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dds topic, visit your repo's landing page and select "manage topics."

Learn more