Ver código fonte

Subdirectory for implementation details added and scope_guard_base

moved to there.
main
offa 7 anos atrás
pai
commit
6407eb6884
4 arquivos alterados com 3 adições e 3 exclusões
  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 Ver arquivo


+ 1
- 1
include/scope_exit.h Ver arquivo

@@ -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 Ver arquivo

@@ -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 Ver arquivo

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

#pragma once

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

namespace sr

Carregando…
Cancelar
Salvar