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

Autodesk: Remove include of "dispatcher.h" which introduces tbb headers #2616

Merged

Commits on Aug 23, 2023

  1. Remove include of "dispatcher.h" which introduces tbb headers

    Currently, TBB header is directly included in dispatcher.h. And when someone include the header file colorCorrectionTask.h.h or taskController.h in their App, as dispatcher.h is included in colorCorrectionTask.h, the TBB headers will be leaked to end user which causes some compatibility issues.
    In this commit, the unnecessary dispatcher.h including in colorCorrectionTask.h is removed so that reduced risk of compatibility problems.
    vernalchen authored and erikaharrison-adsk committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    c63bc89 View commit details
    Browse the repository at this point in the history