diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-07-02 19:46:02 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-07-02 19:46:02 +0200 |
commit | 25e05907f0292310eaae27a032db0ee274413874 (patch) | |
tree | 283de0ebb6b61add2221436a77bb09e2ff101080 /modules/codec/c++/rpc.hpp | |
parent | e51d2b1c0493dfd30d1622c8a0628ecf98c92f1c (diff) |
Preparing benchmark work
Diffstat (limited to 'modules/codec/c++/rpc.hpp')
-rw-r--r-- | modules/codec/c++/rpc.hpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/codec/c++/rpc.hpp b/modules/codec/c++/rpc.hpp index 2c97d6b..d172ec4 100644 --- a/modules/codec/c++/rpc.hpp +++ b/modules/codec/c++/rpc.hpp @@ -9,7 +9,6 @@ #include <variant> namespace saw { - /** * This class acts as a helper for rpc calls and representing data on the remote. */ @@ -139,7 +138,9 @@ template<typename Remote> class remote_address { static_assert(always_false<Remote>, "Type of remote not supported"); - + /** + * + */ }; /** |