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

Explicit operator bool conversion on smart pointers #13

Closed
Maxhy opened this issue Jul 16, 2013 · 1 comment
Closed

Explicit operator bool conversion on smart pointers #13

Maxhy opened this issue Jul 16, 2013 · 1 comment
Assignees
Milestone

Comments

@Maxhy
Copy link
Member

Maxhy commented Jul 16, 2013

Since boost 1.53, smart pointers now use explicit operator bool on C++11 compilers. Code must be changed to replace implicit conversion by explicit conversion.

See http:https://stackoverflow.com/questions/15234527/boost-1-53-local-date-time-compiler-error-with-std-c0x for example.

@ghost ghost assigned Maxhy Jul 16, 2013
Maxhy pushed a commit that referenced this issue Jul 17, 2013
@fpeterschmitt
Copy link
Contributor

It can be closed now :)

@Liryna Liryna closed this as completed Jul 17, 2013
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

3 participants