MISRA Discussion Forums
Rule 10-2-1 - Printable Version

+- MISRA Discussion Forums (https://forum.misra.org.uk)
+-- Forum: MISRA C++ (https://forum.misra.org.uk/forumdisplay.php?fid=18)
+--- Forum: MISRA C++:2008 rules (https://forum.misra.org.uk/forumdisplay.php?fid=19)
+---- Forum: 6.10 Derived classes (C++) (https://forum.misra.org.uk/forumdisplay.php?fid=139)
+---- Thread: Rule 10-2-1 (/showthread.php?tid=1475)



Rule 10-2-1 - nishiyama - 26-02-2019

The following description is in section 10.2 of the C ++ language standard.

Quote:Name lookup can result in an ambiguity, in which case the program is ill-formed.

Therefore, the compiler always issues an error.
I think that this rule is excessive.


Re: Rule 10-2-1 - misra cpp - 10-04-2019

Yes, we are looking at this for the next version