Skip to content

Commit c946b96

Browse files
[libcxxabi] Update demangle/Utility.h
4eed683 updated the LLVM side but did not bump the libc++abi version. Bump the libc++abi version to fix the test failure caused by the versions differing.
1 parent bfcd67c commit c946b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxxabi/src/demangle/Utility.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class OutputBuffer {
8181
OutputBuffer(const OutputBuffer &) = delete;
8282
OutputBuffer &operator=(const OutputBuffer &) = delete;
8383

84-
virtual ~OutputBuffer() {}
84+
virtual ~OutputBuffer() = default;
8585

8686
operator std::string_view() const {
8787
return std::string_view(Buffer, CurrentPosition);

0 commit comments

Comments
 (0)