Simon Rozman ab8d37ee75 Turn assert() into _Analysis_assume_ on Release builds
While runtime asserts also served as MSVC Code Analysis hints, the lack
of asserts in Release builds provides no hints to Code Analysis which
rises a lot of warnings then.

Maybe I should learn how to use SAL to annotate <ptr, len> parameter
pairs to allow ptr==nullptr when and only when len==0? 😇

Signed-off-by: Simon Rozman <simon@rozman.si>
2023-10-10 16:43:07 +02:00
2023-10-10 16:42:03 +02:00
2022-03-07 11:37:35 +01:00
2023-03-08 13:34:04 +01:00
2023-09-25 14:55:27 +02:00

stdex - Random stuff that didn't made it into std C++

Description
Standard C++ Library Extension
Readme MIT 60 MiB
Languages
C++ 100%