Timm =?utf-8?q?Bäder?= <tbae...@redhat.com> Message-ID: In-Reply-To: <llvm.org/llvm/llvm-project/pull/79...@github.com>
================ @@ -209,9 +210,10 @@ static void emit(Program &P, std::vector<std::byte> &Code, const T &Val, } } -template <> -void emit(Program &P, std::vector<std::byte> &Code, const Floating &Val, - bool &Success) { +/// Emits a serializable value. These usually (potentially) contain heap-allocated +/// memory and aren't trivially copyable. +template<typename T> ---------------- AaronBallman wrote: ```suggestion template <typename T> ``` https://github.com/llvm/llvm-project/pull/79747 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits