summaryrefslogtreecommitdiff
path: root/zen/scope_guard.h
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2015-10-02 14:56:27 +0200
committerDaniel Wilhelm <daniel@wili.li>2015-10-02 14:56:27 +0200
commit19eb73ff543c81c6886725a20dea0060cb0c0c26 (patch)
tree91442c0fdb9cac90c75dfb6bb84def9df297cd77 /zen/scope_guard.h
parent7.2 (diff)
downloadFreeFileSync-19eb73ff543c81c6886725a20dea0060cb0c0c26.tar.gz
FreeFileSync-19eb73ff543c81c6886725a20dea0060cb0c0c26.tar.bz2
FreeFileSync-19eb73ff543c81c6886725a20dea0060cb0c0c26.zip
7.3
Diffstat (limited to 'zen/scope_guard.h')
-rw-r--r--zen/scope_guard.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/zen/scope_guard.h b/zen/scope_guard.h
index 8477c7ee..5e917853 100644
--- a/zen/scope_guard.h
+++ b/zen/scope_guard.h
@@ -8,8 +8,7 @@
#define ZEN_SCOPEGUARD_8971632487321434
#include <cassert>
-//#include <type_traits> //std::decay
-//#include <utility>
+#include <type_traits> //std::decay
//best of Zen, Loki and C++11
bgstack15