Simon Rozman 5d7e44a3cd parser: address Code Analysis warning
Nice catch: when calling with basic_bol::match(nullptr, 5, 5), the
method addresses null[4].

Turned this condition into debug assert, as (nullptr, 5, 5) is invalid
input parameter combination.
2023-12-08 14:20:56 +01:00
2023-12-01 19:06:20 +01:00
2022-03-07 11:37:35 +01:00
2023-03-08 13:34:04 +01:00

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

An auto-generated documentation is here.

Requirements

  • MSVC 2019 or later, XCode 13 or later
  • C++17 or later
Description
Standard C++ Library Extension
Readme MIT 60 MiB
Languages
C++ 100%