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.
1 parent bdde904 commit 431dc1aCopy full SHA for 431dc1a
Framework/Core/include/Framework/DataAllocator.h
@@ -144,8 +144,8 @@ class DataAllocator
144
using DataDescription = o2::header::DataDescription;
145
using SubSpecificationType = o2::header::DataHeader::SubSpecificationType;
146
template <typename T>
147
+ requires std::is_fundamental_v<T>
148
struct UninitializedVector {
- static_assert(std::is_fundamental<T>::value, "UninitializedVector only allowed for fundamental types");
149
using value_type = T;
150
};
151
0 commit comments