We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6af942 commit 66b93d8Copy full SHA for 66b93d8
1 file changed
include/podio/detail/LinkSIOBlock.h
@@ -34,7 +34,7 @@ class LinkSIOBlock : public podio::SIOBlock {
34
// - Error handling of empty optional
35
auto maybeBuffers = bufferFactory.createBuffers(std::string(podio::LinkCollection<FromT, ToT>::typeName),
36
sio::version::major_version(version), m_subsetColl);
37
- m_buffers = std::move(maybeBuffers).value();
+ m_buffers = std::move(maybeBuffers.value());
38
39
if (!m_subsetColl) {
40
unsigned size{0};
0 commit comments