Include guard inconsistency
Open
Beginner friendly
- Dominant language
- C++
- Stars
- 50
- Forks
- 68
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/boostorg/fusion/blob/ce8b031f54cc6fbbaf60eb3b719c51edec8ceedc/include/boost/fusion/include/adapt_assoc_adt.hpp#L8-L9
#ifndef BOOST_FUSION_INCLUDE_ADAPT_ASSOC_ADT_HPP
#define BOOST_FUSION_INCLUDE_ADAPT_ASSOC_ADR_HPP
ADT became ADR
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with include/boost/fusion/include/adapt_assoc_adt.hpp at the linked lines and compare the include guard’s two macro names with the header filename. Done means the guard uses the consistent ADT spelling; run the existing Fusion build or tests to confirm the header remains includable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100