Skip to content

Commit 66b93d8

Browse files
committed
Move after value
1 parent a6af942 commit 66b93d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/podio/detail/LinkSIOBlock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class LinkSIOBlock : public podio::SIOBlock {
3434
// - Error handling of empty optional
3535
auto maybeBuffers = bufferFactory.createBuffers(std::string(podio::LinkCollection<FromT, ToT>::typeName),
3636
sio::version::major_version(version), m_subsetColl);
37-
m_buffers = std::move(maybeBuffers).value();
37+
m_buffers = std::move(maybeBuffers.value());
3838

3939
if (!m_subsetColl) {
4040
unsigned size{0};

0 commit comments

Comments
 (0)