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

fixed problem related to compiling with MSVC with language version c++20 #71

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

modanashar
Copy link

Usage of std::invoke_result instead of std::result_of, as std::result_of was removed from the MSVC's standard library.

Usage of std::invoke_result instead of std::result_of, as std::result_of was removed from the MSVC's standard library.
- fixed perfect forwarding while constructing a pipeline
-- pipe parts are now moved into each other during assembly instead of copied

- added a new pipe type (buffered transform)
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