Explorar el Código

Subdirectory for implementation details added and scope_guard_base

moved to there.
main
offa hace 7 años
padre
commit
6407eb6884
Se han modificado 4 ficheros con 3 adiciones y 3 borrados
  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 fichero


+ 1
- 1
include/scope_exit.h Ver fichero

@@ -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 fichero

@@ -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 fichero

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

#pragma once

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

namespace sr

Cargando…
Cancelar
Guardar