diff options
Diffstat (limited to 'zen/legacy_compiler.h')
-rw-r--r-- | zen/legacy_compiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zen/legacy_compiler.h b/zen/legacy_compiler.h index 8f93153e..8606f95c 100644 --- a/zen/legacy_compiler.h +++ b/zen/legacy_compiler.h @@ -35,7 +35,7 @@ basic_string<Char, Traits, Alloc> operator+(basic_string<Char, Traits, Alloc>&& //template <class Char> inline //basic_string<Char> operator+(const basic_string<Char>& lhs, const basic_string_view<Char>& rhs) { return basic_string<Char>(lhs) + rhs; } -//-> somewhat inefficient: enable + optimize when needed +//-> somewhat inefficient: single memory allocation should suffice!!! } //--------------------------------------------------------------------------------- |