• Roman Donchenko's avatar
    Boring changes - core. · 8200a95c
    Roman Donchenko authored
    This and several following commits contain the "boring" changes required
    to support the new Ptr. These are changes like:
    
    * new T -> makePtr<T> or .reset(new T) or Ptr<T>(new T)
      (depending on the situation)
    * p.empty() -> !p
    * delete_obj -> DefaultDeleter::operator()
    
    and similar changes that are numerous, but primitive.
    8200a95c
array.cpp 84.1 KB