• Stephan Bergmann's avatar
    MSVC 2012 apparently isn't ready yet for std::vector<std::unique_ptr<T>> · 97556539
    Stephan Bergmann yazdı
    ...producing error messages about trying to access private undefined unique_ptr
    copy ctor etc.
    
    Partial revert of 014e7933 "svtools:
    std::auto_ptr -> std::unique_ptr: ...changing HTMLOptions to
    std::vector<std::unique_ptr<...>> because boost::ptr_vector<...>::push_back only
    supports auto_ptr, not unique_ptr," going the awkward
    
      std::unique_ptr x(...);
      push_back(x.get());
      x.release();
    
    route instead (which could be simplified if boost::ptr_vector::push_back ever
    started to support unique_ptr).
    
    Change-Id: I15693030a0bbfdedbfdfbe76ede5d0c74f4e5b41
    97556539
Adı
Son kayıt (commit)
Son güncelleme
..
core Loading commit data...
filter Loading commit data...
ui Loading commit data...