ソースを参照

Subdirectory for implementation details added and scope_guard_base

moved to there.
main
offa 7年前
コミット
6407eb6884
4個のファイルの変更3行の追加3行の削除
  1. +0
    -0
      include/detail/scope_guard_base.h
  2. +1
    -1
      include/scope_exit.h
  3. +1
    -1
      include/scope_fail.h
  4. +1
    -1
      include/scope_success.h

include/scope_guard_base.h → include/detail/scope_guard_base.h ファイルの表示


+ 1
- 1
include/scope_exit.h ファイルの表示

@@ -20,7 +20,7 @@

#pragma once

#include "scope_guard_base.h"
#include "detail/scope_guard_base.h"

namespace sr
{

+ 1
- 1
include/scope_fail.h ファイルの表示

@@ -20,7 +20,7 @@

#pragma once

#include "scope_guard_base.h"
#include "detail/scope_guard_base.h"
#include <exception>

namespace sr

+ 1
- 1
include/scope_success.h ファイルの表示

@@ -20,7 +20,7 @@

#pragma once

#include "scope_guard_base.h"
#include "detail/scope_guard_base.h"
#include <exception>

namespace sr

読み込み中…
キャンセル
保存