You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find that include guards like "AST_H" and "VM_H" are too short for the safe reuse of your header files (when they belong to an application programming interface).
The text was updated successfully, but these errors were encountered:
So those files are not part of the API -- the only thing you need to include is lbijsonnet.h which currently has no header guards on account of only containing declarations that can be re-declared without errors. If I need to add header guards I'll use LIBJSONNET_H.
I find that include guards like "
AST_H
" and "VM_H
" are too short for the safe reuse of your header files (when they belong to an application programming interface).The text was updated successfully, but these errors were encountered: