On 03/12/2015, Casey Bodley wrote: [snip] > The queue_transactions() interface could take a container of Transactions, > rather than pointers to Transactions, and the ObjectStore would move them > out of the container into whatever representation it prefers. [snip] Or a pointer and count (or we could steal array_view from GSL). That way we could pass in any continguous range (std::vector or even a std::array or regular C style array allocated on the stack.)
Attachment:
signature.asc
Description: PGP signature