Closed virtuald closed 1 year ago
Reference: https://github.com/robotpy/robotpy-commands-v2/issues/23
I do wonder if we should disable conversions to None by default for certain types -- in particular std::function. It wouldn't work in every case, but most of the time a passed in std::function is expected to be valid.
I presume you mean conversion from None?
words are hard
Reference: https://github.com/robotpy/robotpy-commands-v2/issues/23
I do wonder if we should disable conversions to None by default for certain types -- in particular std::function. It wouldn't work in every case, but most of the time a passed in std::function is expected to be valid.