mariusbancila / croncpp

A C++11/14/17 header-only cross-platform library for handling CRON expressions
MIT License
236 stars 68 forks source link

Rename IS_CPP17 -> CRONCPP_IS_CPP17 #13

Closed harlowja closed 3 years ago

harlowja commented 3 years ago

This will at least attempt to namespace (to some degree) this define so that it will likely not conflict with other libraries that may also use the same define.

For a header only library this seems like a good idea.