You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert guard from SMALL_DETAIL_ALGORITHM_CONSOLE_UNICODE_GUARD_HPP to SMALL\DETAIL\ALGORITHM\CONSOLE_UNICODE_GUARD_HPP Inferred guard SMALL\DETAIL\ALGORITHM\CONSOLE_UNICODE_GUARD_HPP is not OK Convert guard from SMALL_DETAIL_ALGORITHM_INTCMP_HPP to SMALL\DETAIL\ALGORITHM\INTCMP_HPP Inferred guard SMALL\DETAIL\ALGORITHM\INTCMP_HPP is not OK Convert guard from SMALL_DETAIL_ALGORITHM_LEADING_ZEROS_HPP to SMALL\DETAIL\ALGORITHM\LEADING_ZEROS_HPP Inferred guard SMALL\DETAIL\ALGORITHM\LEADING_ZEROS_HPP is not OK Convert guard from SMALL_DETAIL_ALGORITHM_SHIFT_HPP to SMALL\DETAIL\ALGORITHM\SHIFT_HPP Inferred guard SMALL\DETAIL\ALGORITHM\SHIFT_HPP is not OK
Platform
cross-platform issue - linux
cross-platform issue - windows
cross-platform issue - macos
other: ___________
Environment Details
OS: Windows
OS Version: 11
Compiler: MSVC
Compiler version: 19.29.30145.0
Proposed solution
Debugging and fixing.
Alternatives I've considered
No fixing it and not using the linter on MSVC
Additional context
The linter has no unit tests, so this kind of error is expected.
The text was updated successfully, but these errors were encountered:
The problem
The linter step is inferring the wrong header guards (with
/
instead of_
) on Windows + MSVC.Steps to Reproduce
Same usual build steps as the docs.
Output
The linter steps have the following output on Windows + MSVC:
Platform
Environment Details
Proposed solution
Debugging and fixing.
Alternatives I've considered
No fixing it and not using the linter on MSVC
Additional context
The linter has no unit tests, so this kind of error is expected.
The text was updated successfully, but these errors were encountered: