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

use std::function instead of boost::function #10

Conversation

pmolodo
Copy link
Contributor

@pmolodo pmolodo commented Aug 8, 2019

for consistency with rest of code base, fewer dependencies (because project
requires c++11), and because I got a build error becuase boost::function
had only been forward declared

for consistency with rest of code base, fewer dependencies (because project
requires c++11), and because I got a build error becuase boost::function
had only been forward declared
@mattyjams
Copy link
Contributor

+1 to this from me. I ran into this as well and had added an include for <boost/function.hpp>, but I like this using the one in std better.

@rhaleblian
Copy link

Feeling the same here, went with std::function.

@HamedSabri-adsk HamedSabri-adsk merged commit 0204dfe into Autodesk:refactoring_sandbox Aug 20, 2019
@mattyjams
Copy link
Contributor

Just for reference, this same change had already been applied in the original USD repo as f22edbc.

mattyjams pushed a commit to mattyjams/maya-usd that referenced this pull request Sep 26, 2019
…07-19

Squashed commits of Draco plugin for USD.
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.

4 participants