Closed elfring closed 9 years ago
Hi elfring,
what's an officially approved workaround? I'd be tempted to just get rid of the #ifdef
s and switch to #pragma once
, but that is not an official extension either, right?
Thanks, Wenzel
How do you think about to delete the leading underscores from the affected include guards?
fixed.
Would you like to reconsider the reuse of the construct "#pragma once
"?
Are there a few update candidates left over?
I would like to point out that identifiers like "
__NANOGUI_CHECKBOX_H
" and "__NANOGUI_GRAPH_H
" do not fit to the expected naming convention of the C++ language standard. Would you like to adjust your selection for unique names?