Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
bgColor#FFCCCC
langcpp

namespace std {
  int x;
};

...

Code Block
bgColor#ccccff
langcpp

namespace nonstd {
  int x;
};

...

Rule

Severity

Likelihood

Remediation Cost

Priority

Level

MSC34-CPP

high

unlikely

medium

P6

L2

Automated Detection

Tool

Version

Checker

Description

 PRQA QA-C++

 
Include Page
PRQA QA-C++_v
PRQA QA-C++_v

-q & Name Check

 

Related Vulnerabilities

Search for vulnerabilities resulting from the violation of this rule on the CERT website.

...

MSC33-CPP. Obey the One Definition Rule      49049. Miscellaneous (MSC)      MSC35-CPP. Do not use goto statement to take control inside the try and catch blocksImage Added