Skip to content

Commit

Permalink
more inline
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed May 7, 2024
1 parent cefb186 commit 1f09187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/highfive/bits/H5Slice_traits_misc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -291,11 +291,11 @@ inline void SliceTraits<Derivate>::write_raw(const T* buffer, const DataTransfer
}

namespace detail {
const DataSet& getDataSet(const Selection& selection) {
inline const DataSet& getDataSet(const Selection& selection) {
return selection.getDataset();
}

const DataSet& getDataSet(const DataSet& dataset) {
inline const DataSet& getDataSet(const DataSet& dataset) {
return dataset;
}

Expand Down

0 comments on commit 1f09187

Please sign in to comment.