You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
is there still something going on here? I mentioned a bug in the container_converter-policy over at Ryan's repository.
Also I'd like to discuss the option whether adding custom casts to the cast graph wouldn't maybe be preferrable to the deleter hacks that fail one way or another, regarding the smart pointer cast problem. That would mean to use boost::any or an equivalent to pass the value type through, however we know such situations beforehands, so there can be a special branch covering smart pointers only, I think.
Seem to be busy times everywhere run off
The text was updated successfully, but these errors were encountered:
There's an even much (much!) better way for the pointer casts, I didn't read up all the different constructor overloads that recent smart pointers support. Will implement and check back with results.
Hello,
is there still something going on here? I mentioned a bug in the container_converter-policy over at Ryan's repository.
Also I'd like to discuss the option whether adding custom casts to the cast graph wouldn't maybe be preferrable to the deleter hacks that fail one way or another, regarding the smart pointer cast problem. That would mean to use boost::any or an equivalent to pass the value type through, however we know such situations beforehands, so there can be a special branch covering smart pointers only, I think.
Seem to be busy times everywhere run off
The text was updated successfully, but these errors were encountered: