KhronosGroup / OpenVX-sample-impl

OpenVX sample implementation
Apache License 2.0
138 stars 47 forks source link

reserved identifier violation #54

Open elfring opened 1 year ago

elfring commented 1 year ago

I would like to point out that identifiers like “_OPENVX_INT_LOG_H_” and “_VX_EXTRAS_K_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?