ETLCPP / etl

Embedded Template Library
https://www.etlcpp.com
MIT License
2.05k stars 373 forks source link

Change case of internal ETL constants and template non-type parameters #790

Open jwellbelove opened 7 months ago

jwellbelove commented 7 months ago

The internal constants and template non-type parameters in the ETL are mostly all uppercase, which can easily clash with macro name definitions. Change the case to initial capitals and underscores.

i.e.

BUFFER_SIZE => Buffer_Size