mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 08:30:34 +08:00
Adds an overload of toSPSSerializableExpected that takes a plain T value and returns an SPSSerializableExpected<T>. This will reduce some boilerplate when creating SPSSerializableExpected values.