Skip to content

Commit

Permalink
Fix 1f9e18b
Browse files Browse the repository at this point in the history
Part 2
  • Loading branch information
serge-sans-paille committed Jan 21, 2022
1 parent ae2f9c8 commit f53d359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/include/llvm/Demangle/Utility.h
Expand Up @@ -60,7 +60,7 @@ class OutputBuffer {
// Add negative sign...
if (isNeg)
*--TempPtr = '-';
this->operator<<(StringView(TempPtr, Temp.end()));
this->operator<<(StringView(TempPtr, Temp.data() + Temp.size()));
}

public:
Expand Down

0 comments on commit f53d359

Please sign in to comment.