mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Fixed undefined behavior when returning nullptr for T = std::string. Also added support for smart pointers. T = std::unique_ptr<U> returns U* and T = std::shared_ptr<U> returns std::weak_ptr<U>.