offa 7 anni fa
parent
commit
f328ef536c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      include/unique_resource.h

+ 1
- 1
include/unique_resource.h Vedi File

@@ -118,7 +118,7 @@ namespace sr
{
try
{
m_deleter(m_resource);
get_deleter()(m_resource);
}
catch( ... ) { /* Empty */ }
}

Loading…
Annulla
Salva