boostorg / boostorg/process

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

Open
#341 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
C++
Stars
145
Forks
151
PR merge metrics
No merged PRs in 30d

Description

Hello,

I just noted today that in the file [include/boost/process/v2/environment.hpp](https://github.com/boostorg/process/blob/507768e2308f3e9935f3d1d0eaaabe9f6628105d/include/boost/process/v2/environment.hpp#L43C24-L43C24) 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
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
using value_char_traits = implementation_defined ;
```

Regards.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.