mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 07:01: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.