Selaa lähdekoodia

Refactoring.

main
offa 7 vuotta sitten
vanhempi
commit
f328ef536c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      include/unique_resource.h

+ 1
- 1
include/unique_resource.h Näytä tiedosto

{ {
try try
{ {
m_deleter(m_resource);
get_deleter()(m_resource);
} }
catch( ... ) { /* Empty */ } catch( ... ) { /* Empty */ }
} }

Loading…
Peruuta
Tallenna