Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it a typo mistake for "tempalte" in environment.hpp ? #341

Open
pamplemoussemk2 opened this issue Sep 29, 2023 · 0 comments
Open

Is it a typo mistake for "tempalte" in environment.hpp ? #341

pamplemoussemk2 opened this issue Sep 29, 2023 · 0 comments

Comments

@pamplemoussemk2
Copy link

Hello,

I just noted today that in the file include/boost/process/v2/environment.hpp at lines 43 and 49, the keywords tempalte are used. Is it a typo mistake ? Should they be template instead ? Or is it a custom keyword in the code of boost process ?

tempalte<typename Char>
using key_char_traits = implementation_defined ;

/// A char traits type that reflects the OS rules for string representing environment values.
/** Can be an alias of std::char_traits. May only be defined for `char` and `wchar_t`.
*/
tempalte<typename Char>
using value_char_traits = implementation_defined ;

Regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant