mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +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>.
2.0 KiB
2.0 KiB