• Noel Grandin's avatar
    remove unnecessary use of Reference constructor in throw · 9af0abeb
    Noel Grandin yazdı
    Convert code like this:
      throw IOException("xx",
         Reference< XInterface >(static_cast<OWeakObject*>(this)) );
    to this:
      throw IOException("xx",
         static_cast<OWeakObject*>(this) );
    
    Change-Id: Ife9f645f0f1810a8e80219126193015502c43dbb
    9af0abeb
Adı
Son kayıt (commit)
Son güncelleme
..
fsfactory.cxx Loading commit data...
fsstorage.component Loading commit data...
fsstorage.cxx Loading commit data...
fsstorage.hxx Loading commit data...
oinputstreamcontainer.cxx Loading commit data...
oinputstreamcontainer.hxx Loading commit data...
ostreamcontainer.cxx Loading commit data...
ostreamcontainer.hxx Loading commit data...