From 188692a048b28361f91150b2e93804dfb944bf9c Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Thu, 11 Apr 2024 15:29:04 +0200 Subject: codec: Added mixed precision schema and implemented their native data type --- modules/codec/c++/rpc.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/codec/c++/rpc.hpp') diff --git a/modules/codec/c++/rpc.hpp b/modules/codec/c++/rpc.hpp index 9f59455..6b606e2 100644 --- a/modules/codec/c++/rpc.hpp +++ b/modules/codec/c++/rpc.hpp @@ -75,11 +75,11 @@ class remote_address { * Reference Backend structure */ template -class remote_context { +class remote_api { static_assert(always_false, "Type of backend not supported"); /** - * Resolves an address on the remote + * Resolves an address for the remote */ conveyor> resolve_address(); -- cgit v1.2.3