summaryrefslogtreecommitdiff
path: root/zen/legacy_compiler.h
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-11-04 19:38:28 -0500
committerB. Stack <bgstack15@gmail.com>2024-11-04 19:38:28 -0500
commitb39324e4de8f546989f5b5e1505be1ce1b0970e5 (patch)
treec5286be1e921ba2e64462cc0eee61b95bc89a083 /zen/legacy_compiler.h
parentadd upstream 13.7 (diff)
downloadFreeFileSync-b39324e4de8f546989f5b5e1505be1ce1b0970e5.tar.gz
FreeFileSync-b39324e4de8f546989f5b5e1505be1ce1b0970e5.tar.bz2
FreeFileSync-b39324e4de8f546989f5b5e1505be1ce1b0970e5.zip
add upstream 13.8HEADmaster
Diffstat (limited to 'zen/legacy_compiler.h')
-rw-r--r--zen/legacy_compiler.h1
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)
bgstack15