summaryrefslogtreecommitdiff
path: root/zen/legacy_compiler.h
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-04-12 08:05:57 -0400
committerB Stack <bgstack15@gmail.com>2019-04-12 08:05:57 -0400
commit3a66f25c648c798d472f0de3b40c36a64fe75252 (patch)
tree603b0cb89ed5e4bb43725079c38c26a84c9f1425 /zen/legacy_compiler.h
parentMerge branch '10.10' into 'master' (diff)
downloadFreeFileSync-3a66f25c648c798d472f0de3b40c36a64fe75252.tar.gz
FreeFileSync-3a66f25c648c798d472f0de3b40c36a64fe75252.tar.bz2
FreeFileSync-3a66f25c648c798d472f0de3b40c36a64fe75252.zip
10.11
Diffstat (limited to 'zen/legacy_compiler.h')
-rw-r--r--zen/legacy_compiler.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/zen/legacy_compiler.h b/zen/legacy_compiler.h
index 54605945..5b69ed94 100644
--- a/zen/legacy_compiler.h
+++ b/zen/legacy_compiler.h
@@ -7,7 +7,6 @@
#ifndef LEGACY_COMPILER_H_839567308565656789
#define LEGACY_COMPILER_H_839567308565656789
-//#include <span> //requires C++20
namespace std
bgstack15