Skip to content

Commit 99cc8ff

Browse files
committed
silence clang-tidy
Signed-off-by: Tony Xiang <19280867+TonyXiang8787@users.noreply.github.com>
1 parent 211a8b1 commit 99cc8ff

File tree

1 file changed

+1
-0
lines changed
  • power_grid_model_c/power_grid_model_cpp/include/power_grid_model_cpp

1 file changed

+1
-0
lines changed

power_grid_model_c/power_grid_model_cpp/include/power_grid_model_cpp/dataset.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ class AttributeBuffer {
226226
};
227227

228228
struct PtrGetter {
229+
// NOLINTNEXTLINE(cppcoreguidelines-avoid-const-or-ref-data-members)
229230
AttributeBuffer& buffer;
230231
template <class T> RawDataPtr operator()() const { return std::get<std::vector<T>>(buffer.buffer_).data(); }
231232
};

0 commit comments

Comments
 (0)