P0962R1: only use the member form of 'begin' and 'end' in a range-based
for loop if both members exist. This resolves a DR whereby an errant 'begin' or 'end' member in a base class could result in a derived class not being usable as a range with non-member 'begin' and 'end'. llvm-svn: 342925
Loading
Please sign in to comment