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

Fix C++11 compatibility issue in topic.h #484

Merged
merged 1 commit into from
Aug 4, 2014
Merged

Fix C++11 compatibility issue in topic.h #484

merged 1 commit into from
Aug 4, 2014

Commits on Aug 4, 2014

  1. Fix C++11 compatibility issue in topic.h

    In C++11, shared_ptr has an explicit operator bool which means that a shared_ptr can't be implicitly converted to a bool. Therefore an explicit cast is needed.
    taketwo committed Aug 4, 2014
    Configuration menu
    Copy the full SHA
    9ac7ac1 View commit details
    Browse the repository at this point in the history