This is an archive of the discontinued LLVM Phabricator instance.

Implemented P0704R1 - Fixing const-qualified pointers to members
Needs ReviewPublic

Authored by hamzasood on Aug 10 2017, 9:54 AM.

Details

Summary

This patch provides an implementation for P0704R1.

I also made it work pre-C++2a as an extension (with a warning) since that's how Clang seems to deal with small additions like this. Hopefully someone more knowledgable on the matter can clarify whether that's appropriate.

Diff Detail

Event Timeline

hamzasood created this revision.Aug 10 2017, 9:54 AM
gribozavr resigned from this revision.Feb 13 2019, 5:47 AM