cschladetsch / cschladetsch/CppGitStatus
Wrong C++ standard
Open
Beginner friendly
- Dominant language
- C++
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
README:18 and Post.txt:12 say "C++20 compatible compiler supporting ". is C++23; CMakeLists.txt:4 sets CXX_STANDARD 23.
A reader with a C++20 compiler will follow the docs and fail.
@cschladetsch
Contributor guide
No contributing guide indexed for this repository
Research direction
Check README:18 and Post.txt:12 against CMakeLists.txt:4, which sets CXX_STANDARD to 23. Update the two documentation references so they match the required standard and confirm that both files consistently mention C++23 and .
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, cpp
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 92/100