================
@@ -8,3 +8,17 @@ struct Box {
 
 using FloatBox = Box<float>;
 using IntBox = Box<int>;
+
+template <typename T>
+struct MoveOnly {
+  T value;
+};
+
+template <>
+struct MoveOnly<float> {
----------------
susmonteiro wrote:

Ah yes, sure!

https://github.com/llvm/llvm-project/pull/173386
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to