~pavel-pimenov/dcplusplus/flylinkdc-mediainfo

« back to all changes in this revision

Viewing changes to boost/boost/smart_ptr/detail/sp_counted_base_sync.hpp

  • Committer: pavel pimenov
  • Date: 2013-06-21 16:01:07 UTC
  • mfrom: (2636.1.678 trunk)
  • Revision ID: pavel.pimenov@gmail.com-20130621160107-icvvzptxavbbbhpx
* [merge]

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
    }
110
110
 
111
111
    virtual void * get_deleter( sp_typeinfo const & ti ) = 0;
 
112
    virtual void * get_untyped_deleter() = 0;
112
113
 
113
114
    void add_ref_copy()
114
115
    {