cubicdaiya / dtl

diff template library written by C++
Other
283 stars 51 forks source link

Make include guards unique #17

Open elfring opened 1 year ago

elfring commented 1 year ago

:thought_balloon: I find that include guards like “DTL_H” and “DTL_SES_H” are too short for the safe reuse of your header files (when they belong to an application programming interface).