Skip to content

Commit

Permalink
Merge pull request #214 from francocipollone/francocipollone/add_miss…
Browse files Browse the repository at this point in the history
…ing_zenoh_loan_type_impl

Adds missing zenoh_loan_type explicit instanciation for query.
  • Loading branch information
p-avital authored Dec 4, 2023
2 parents 16cba07 + e847125 commit 10a198a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/zenoh_macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ template<> struct zenoh_loan_type<z_owned_keyexpr_t>{ typedef z_keyexpr_t type;
template<> struct zenoh_loan_type<z_owned_config_t>{ typedef z_config_t type; };
template<> struct zenoh_loan_type<z_owned_publisher_t>{ typedef z_publisher_t type; };
template<> struct zenoh_loan_type<z_owned_subscriber_t>{ typedef z_subscriber_t type; };
template<> struct zenoh_loan_type<z_owned_query_t>{ typedef z_query_t type; };
template<> struct zenoh_loan_type<z_owned_pull_subscriber_t>{ typedef z_pull_subscriber_t type; };
template<> struct zenoh_loan_type<z_owned_encoding_t>{ typedef z_encoding_t type; };
template<> struct zenoh_loan_type<z_owned_hello_t>{ typedef z_hello_t type; };
Expand Down

0 comments on commit 10a198a

Please sign in to comment.