We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6fe0db3 + 7946659 commit e05928aCopy full SHA for e05928a
DataFormats/SoATemplate/interface/SoACommon.h
@@ -162,7 +162,7 @@ namespace cms::soa {
162
163
using ValueType = T;
164
using ScalarType = typename T::Scalar;
165
- using TupleOrPointerType = std::tuple<ScalarType*, byte_size_type>;
+ using TupleOrPointerType = std::tuple<const ScalarType*, byte_size_type>;
166
167
// default constructor
168
SoAConstParametersImpl() = default;
0 commit comments