소스 검색

Todo removed as there's an issue for this.

main
offa 7 년 전
부모
커밋
c9bfe16f6e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. +0
    -1
      include/scope_guard.h

+ 0
- 1
include/scope_guard.h 파일 보기

@@ -48,7 +48,6 @@ namespace sr
explicit scope_guard_t(D&& deleter) : m_deleter(deleter),
m_execute_on_destruction(true)
{
// TODO: Handle copying correctly (#41)
}



Loading…
취소
저장