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

Open Beginner friendly
#341 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
72/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Stale
Tech stack
cpp

Research direction

Open include/boost/process/v2/environment.hpp at the two locations identified in the issue and inspect the surrounding declarations. Confirm whether both occurrences are intended C++ keywords, then verify the project still builds or its relevant tests pass. Done means the declarations use the correct spelling and no related compilation issue remains.

Written by the indexing model from the issue text.

Description

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.

Dominant language
C++
Stars
145
Forks
151
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from boostorg/process

All issues in boostorg/process

Similar issues

More C++ issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.