Subject: Re: [boost] Serialisation: Is is_trivial<T> a sufficient precondition to bypass serialisation?
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2015-02-06 05:07:28


On 05/02/2015 01:55, Niall Douglas wrote:

> As with network sockets, most DMA engines for disk i/o have hard
> limits on scatter gather buffer size. That isn't AFIO's problem.

So if I try to write a std::vector that is too large to fit in a
scatter/gather buffer, my write will fail?