arun11299 / cpp-subprocess

Subprocessing with modern C++
Other
458 stars 91 forks source link

reserved identifier violation #1

Closed elfring closed 8 years ago

elfring commented 8 years ago

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

arun11299 commented 8 years ago

Thanks @elfring . I have changed it as per the standards.

elfring commented 8 years ago

Thanks for your improvement of an affected include guard.