Alexander Nasonov wrote:
Unai Uribarri Rodríguez wrote:

any_cast, as is implemented in boost 1.29, has one weakness; it doesn't
allow to compile this piece of code:

  any x=int(5);
  ++any_cast<int&>(x)
Boost.dynamic_any has extract functinos which work this way.
But this patch adds that functionality without breaking the interface.


_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to