1
0
mirror of https://github.com/microsoft/GSL.git synced 2025-05-02 04:51:19 -04:00
dmitrykobets-msft f22f524aa2
Suppress reserved identifier warning ()
The following reserved identifiers are being used specifically to target certain MSVC constructs, so suppress the warning in VS 2022 (LLVM) "... is reserved because it starts with '_' followed by a capital letter":
- _Unchecked_type
- _Verify_range
- _Verify_offset
- _Unwrapped
- _Unwrap_when_unverified
- _Seek_to
- _Unchecked_begin
- _Unchecked_end
2022-03-22 12:24:23 -07:00
..