Skip to content

Commit

Permalink
fix for clang compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ickiewicz authored and vogel76 committed Oct 5, 2023
1 parent 33795ec commit 8838e9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class decoded_types_data_storage final
bool add_type_to_decoded_types_set(const std::string_view type_id);
void add_decoded_type_data_to_map(decoded_type_data&& decoded_type);

template <typename T> friend class decoders::main_decoder;
template <typename T, bool> friend class decoders::main_decoder;
template <typename ...Args> friend class decoders::non_reflected_types::specific_type_decoder;

public:
Expand Down

0 comments on commit 8838e9f

Please sign in to comment.