Skip to content

Commit

Permalink
change unneeded universal reference to const&
Browse files Browse the repository at this point in the history
  • Loading branch information
guitargeek committed Jul 21, 2020
1 parent 43dc9e4 commit 00b26e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataFormats/NanoAOD/interface/FlatTable.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace nanoaod {
MaybeMantissaReduce(int mantissaBits) {}
inline T one(const T &val) const { return val; }
template <typename Span>
inline void bulk(Span &&data) const {}
inline void bulk(Span const &data) const {}
};
template <>
struct MaybeMantissaReduce<float> {
Expand Down

0 comments on commit 00b26e7

Please sign in to comment.