Ticket #4676: register_type.patch

File register_type.patch, 746 bytes (added by boost@…, 12 years ago)

g++ register_type ambiguity patch

  • .hpp

    old new  
    196196        ArchiveImplementation(is, flags)
    197197    {}
    198198    virtual ~polymorphic_iarchive_route(){};
     199
     200    using ArchiveImplementation::register_type;
    199201};
    200202
    201203} // namespace detail
  • .hpp

    old new  
    184184        ArchiveImplementation(os, flags)
    185185    {}
    186186    virtual ~polymorphic_oarchive_route(){};
     187
     188    using ArchiveImplementation::register_type;
    187189};
    188190
    189191} // namespace detail