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