Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lums/sc 21342/create specializations for void source sink #3939

Merged

Conversation

lums658
Copy link
Contributor

@lums658 lums658 commented Mar 3, 2023

Verify that dependency-only edges using std::monostate work with nodes and edges by updating and testing with nodes/test/unit_segmented_nodes.cc. Only changes required were to the testing code.

Trying to do dependency-only nodes and edges with void failed because the code tries to take a reference to its arguments, which will work for std::monostate but not for void.


TYPE: IMPROVEMENT
DESC: Verify that dependency-only edges using std::monostate work with nodes and edges.

@shortcut-integration
Copy link

@KiterLuc KiterLuc force-pushed the lums/sc-21342/create-specializations-for-void-source-sink branch from 7a3a229 to e38b23b Compare October 9, 2023 16:10
@KiterLuc KiterLuc closed this Oct 9, 2023
@KiterLuc KiterLuc reopened this Oct 9, 2023
@KiterLuc KiterLuc merged commit 7a4e317 into dev Oct 9, 2023
@KiterLuc KiterLuc deleted the lums/sc-21342/create-specializations-for-void-source-sink branch October 9, 2023 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants