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

Convert from boost::function to std::function, as per C++1 standard #11

Open
citibeth opened this issue Nov 26, 2015 · 1 comment
Open

Comments

@citibeth
Copy link
Owner

No description provided.

@citibeth
Copy link
Owner Author

citibeth commented Mar 8, 2017

Currently, the codebase uses boost::function / boost::bind in some places, but std::function / std::bind in others. Clearly this would be a problem. However, the boost-using code might be obsolete and not used. Should be investigate.

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

No branches or pull requests

1 participant