[llvm-bugs] [Bug 25084] -Wunneeded-member-function incorrect for default constructor
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Mar 17 22:18:12 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=25084
David Stone <david at doublewise.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from David Stone <david at doublewise.net> ---
The default constructor is actually unneeded. I believe this may have been a
problem with whatever standard library I was using at the time, because the
code now works as intended without the default constructor.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190318/a15063e0/attachment.html>
More information about the llvm-bugs
mailing list