Displaying 1 result from an estimated 1 matches for "474b2e11".
2014 Mar 05
3
[LLVMdev] [RFC] C++11: 'virtual' and 'override'
On Mar 5, 2014, at 9:53 AM, David Blaikie <dblaikie at gmail.com> wrote:
>> It might be reasonable to warn if a class has both a function marked
>> 'override' and a function that overrides but is not marked 'override'.
>>
>>
>> That could be useful - because it means that the author of the class is at
>> least thinking about override -