We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
= default;
OutputBuffer
1 parent 9ed6be8 commit 97233a8Copy full SHA for 97233a8
libcxxabi/src/demangle/Utility.h
@@ -81,7 +81,7 @@ class OutputBuffer {
81
OutputBuffer(const OutputBuffer &) = delete;
82
OutputBuffer &operator=(const OutputBuffer &) = delete;
83
84
- virtual ~OutputBuffer() {}
+ virtual ~OutputBuffer() = default;
85
86
operator std::string_view() const {
87
return std::string_view(Buffer, CurrentPosition);
0 commit comments