5d7e44a3cd3ff8ce26d8cb3e8790e302623b9746
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.
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
Languages
C++
100%