Skip to content
Commit 9b74cae3 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

Simplify the Item payload template magic

This removes the rather crappy workaround for iterating over list of
shared_pointer_traits by iterating from first to last. Instead the last
trait points to the first one, so we can easily iterate over the whole
list until we reach the starting point again. This is safer and nicer.
parent 77f7cd29
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment