diff options
author | B. Stack <bgstack15@gmail.com> | 2024-11-04 19:38:28 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2024-11-04 19:38:28 -0500 |
commit | b39324e4de8f546989f5b5e1505be1ce1b0970e5 (patch) | |
tree | c5286be1e921ba2e64462cc0eee61b95bc89a083 /zen/legacy_compiler.h | |
parent | add upstream 13.7 (diff) | |
download | FreeFileSync-master.tar.gz FreeFileSync-master.tar.bz2 FreeFileSync-master.zip |
Diffstat (limited to 'zen/legacy_compiler.h')
-rw-r--r-- | zen/legacy_compiler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zen/legacy_compiler.h b/zen/legacy_compiler.h index 6d208b09..09ac5dae 100644 --- a/zen/legacy_compiler.h +++ b/zen/legacy_compiler.h @@ -29,6 +29,7 @@ namespace std { + //W(hy)TF is this not standard? https://stackoverflow.com/a/47735624 template <class Char, class Traits, class Alloc> inline basic_string<Char, Traits, Alloc> operator+(basic_string<Char, Traits, Alloc>&& lhs, const basic_string_view<Char> rhs) |