Operation parameters failing if not lower case
Created by: williamfgc
Describe the bug Allow operation parameters to be case insensitive. Currently crashing if they are not lower case.
To Reproduce
var.AddOperation("zfp", {{"Accuracy", "8"}});
fails
var.AddOperation("zfp", {{"accuracy", "8"}});
works
Desktop (please complete the following information):
- OS/Platform: any
- Build: any compiler