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