瀏覽代碼

Refactoring.

main
offa 8 年之前
父節點
當前提交
d6f60e09f6
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      include/unique_resource.h

+ 1
- 1
include/unique_resource.h 查看文件

if( m_execute_on_destruction == true ) if( m_execute_on_destruction == true )
{ {
m_execute_on_destruction = false; m_execute_on_destruction = false;
m_deleter(m_resource);
get_deleter()(m_resource);
} }
} }



Loading…
取消
儲存