[Bug c++/59793] Warning to suggest making trivial non-virtual method inline

2017-09-28 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59793 Eric Gallager changed: What|Removed |Added Status|WAITING |NEW --- Comment #3 from Eric Gallager -

[Bug c++/59793] Warning to suggest making trivial non-virtual method inline

2017-09-28 Thread eugene.zelenko at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59793 --- Comment #2 from Eugene Zelenko --- Something like that: class Class { private: int Data; public: int GetData() const; }; int Class::GetData() const { return Data; }

[Bug c++/59793] Warning to suggest making trivial non-virtual method inline

2017-09-28 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59793 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|