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

substitute combinator #227

Closed
wants to merge 4 commits into from

Conversation

ryanelandt
Copy link

I added the substitute combinator as described in #192.

The implementation is nearly identical to the implementation of compose/flow. I tried a few times to have them share code, but I ran into various template parameter problems.

Lines 61 and 74 of the substitute.hpp file are commented out. They don't appear to be necessary, but are present in the compose/flow files. I think I should either leave them it, or remove them from all the files. I'm not sure which.

@ryanelandt
Copy link
Author

ryanelandt commented Jun 19, 2023

This PR does not compile on the Windows Visual Studio according to the CI. I was able to track down some of these issues by testing more compilers on Ubuntu and checking for warnings, but other issues remain. I don't have a good way of debugging these problems, so I'm closing this PR.

@ryanelandt ryanelandt closed this Jun 19, 2023
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.

1 participant