================
@@ -4592,7 +4592,8 @@
GDBRemoteCommunicationServerLLGS::Handle_jAcceleratorPluginInitialize(
accelerator_actions.push_back(std::move(*actions));
}
StreamGDBRemote response;
- response.PutAsJSONArray(accelerator_actions, /*hex_ascii=*/false);
+ response.PutAsJSONArray<AcceleratorActions>(accelerator_actions,
----------------
felipepiovezan wrote:
Doesn't ArrayRef have all the necessary template deduction guides?
https://github.com/llvm/llvm-project/pull/203175
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits