Browse Source

Refactoring.

main
offa 7 years ago
parent
commit
f328ef536c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      include/unique_resource.h

+ 1
- 1
include/unique_resource.h View File

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

Loading…
Cancel
Save