Procházet zdrojové kódy

Subdirectory for implementation details added and scope_guard_base

moved to there.
main
offa před 7 roky
rodič
revize
6407eb6884
4 změnil soubory, kde provedl 3 přidání a 3 odebrání
  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 Zobrazit soubor


+ 1
- 1
include/scope_exit.h Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

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

#pragma once

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

namespace sr

Načítá se…
Zrušit
Uložit