You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 betemplate
instead ? Or is it a custom keyword in the code of boost process ?Regards.
The text was updated successfully, but these errors were encountered: