Rules 0-1-3, 0-1-4, 0-1-5 and 0-1-8. External libs. - 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.0 Language independent issues (C++) (https://forum.misra.org.uk/forumdisplay.php?fid=129) +---- Thread: Rules 0-1-3, 0-1-4, 0-1-5 and 0-1-8. External libs. (/showthread.php?tid=997) |
Rules 0-1-3, 0-1-4, 0-1-5 and 0-1-8. External libs. - Alex-R - 18-11-2013 Rules 0-1-3, 0-1-4, 0-1-5 and 0-1-8 could have exception as using external libs. The could be include external lib header or involved lib external sources that have more functionality than uses the project. Yes? Re: Rules 0-1-3, 0-1-4, 0-1-5 and 0-1-8. External libs. - misra cpp - 05-10-2015 Section 3.5 of MISRA C++:2008 (Library issues) explains that projects can decide that these guidelines are not in scope when applied to library code. |