Closed elfring closed 8 years ago
I would like to point out that identifiers like "_FSMON_H_" and "_INCLUDE_UTIL_H_" do eventually not fit to the expected naming convention of the C++ language standard. Would you like to adjust your selection for unique names?
_FSMON_H_
_INCLUDE_UTIL_H_
Are there a few update candidates left over?
Fixed in 570a70ef4a522ccec832c6272e8c9a6f598306c8
Thanks for another improvement of affected include guards.
I would like to point out that identifiers like "
_FSMON_H_
" and "_INCLUDE_UTIL_H_
" do eventually not fit to the expected naming convention of the C++ language standard. Would you like to adjust your selection for unique names?