This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Implement the member functions of a local struct.
ClosedPublic

Authored by STL_MSFT on Apr 27 2016, 2:30 PM.

Details

Summary

[libc++] Implement the member functions of a local struct.

Fixes MSVC "warning C4822: local class member function does not have a body".

Diff Detail

Event Timeline

STL_MSFT updated this revision to Diff 55318.Apr 27 2016, 2:30 PM
STL_MSFT retitled this revision from to [libc++] Implement the member functions of a local struct..
STL_MSFT updated this object.
STL_MSFT added reviewers: EricWF, mclow.lists.
STL_MSFT added a subscriber: cfe-commits.
EricWF accepted this revision.Apr 27 2016, 7:23 PM
EricWF edited edge metadata.
This revision is now accepted and ready to land.Apr 27 2016, 7:23 PM
EricWF closed this revision.Apr 27 2016, 7:25 PM

r267843. This warning seems a bit silly though.