mirror of
https://github.com/intel/llvm.git
synced 2026-01-21 04:14:03 +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.