Skip to content

Commit

Permalink
entity: fix clang-tidy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sthalik committed Jul 28, 2024
1 parent 68aadf5 commit 45ecf42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion entity/accessor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ struct erased_accessor final {
erased_constraints::max_length(*length_fun)(const Object*, const c_length_t*) = nullptr;

explicit constexpr erased_accessor() noexcept = default;
constexpr erased_accessor(const erased_accessor&) = default;
constexpr erased_accessor(const reader_t* reader, const writer_t* writer, const predicate_t* predicate,
const c_range_t* range, const c_length_t* length,
StringView field_name, StringView object_name, StringView field_type_name,
Expand Down

0 comments on commit 45ecf42

Please sign in to comment.