C++ Header guards may not be compliant with C++ standard
--------------------------------------------------------

                 Key: QPID-296
                 URL: https://issues.apache.org/jira/browse/QPID-296
             Project: Qpid
          Issue Type: Bug
          Components: C++ Broker, C++ Client, Code Generator
            Reporter: Andrew Stitcher
            Priority: Minor


According to the C++ standard symbols that have a single "_" followed by an 
uppercase
letter and symbols starting with "__" (double underscore are reserved for the 
implementer (That is usually the
compiler/library writer). 

There are numerous header files with guards that violate this standard in the 
C++ source base.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to