linksplatform / linksplatform/Hashing
Fix compile error in non-x64 arch
Open
- Dominant language
- C
- Stars
- 2
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
This will cause a compilation error on an unsupported platform. Add #ifdef
https://github.com/linksplatform/Hashing/blob/4d5acb866346855b125ed0f5d1a7f691865810e5/cpp/Platform.Hashing/Platform.Hashing.Combine.h#L2-L4
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with cpp/Platform.Hashing/Platform.Hashing.Combine.h at lines 2-4, as linked in the issue, and inspect why those lines fail on a non-x64 platform. Add the requested conditional compilation guard and verify that the header compiles on the affected unsupported architecture.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- compilers
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100