ERROR:BOOST_PP_LIST_FOR_EACH_PRODUCT_R

Open
#49 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
58/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Stale
Tech stack
cpp
Domain
compilers

Research direction

Open boost/preprocessor/list/for_each_product.hpp and inspect lines 50-51, where the issue identifies the malformed token construction. Confirm the change from "BOOST_PP_FOR ## r" to "BOOST_PP_FOR_ ## r" and verify that the preprocessor code still expands correctly.

Written by the indexing model from the issue text.

Description

boost/preprocessor/list/for_each_product.hpp
error line:50 51

"BOOST_PP_FOR ## r" should be modified to "BOOST_PP_FOR_ ## r"

Dominant language
C++
Stars
118
Forks
76
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/preprocessor

All issues in boostorg/preprocessor

Similar issues

More C++ issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.