mity / acutest

Simple header-only C/C++ unit testing facility.
MIT License
346 stars 96 forks source link

reserved identifier violation #39

Closed elfring closed 4 years ago

elfring commented 4 years ago

I would like to point out that an identifier like “test_list__does eventually not fit to the expected naming convention of the C++ language standard. Would you like to adjust your selection for unique names?

mity commented 4 years ago

Thanks for pointing it out. I've been aware identifiers cannot begin with _ but not that double-underscores are reserved too.

elfring commented 4 years ago

Thanks for your source code improvement.