C++ Logo

std-proposals

Advanced search

Re: BytesReadable & BytesWritable Traits

From: connor horman <chorman64_at_[hidden]>
Date: Mon, 2 Dec 2019 10:19:43 -0500
On Mon, Dec 2, 2019 at 10:17 Thiago Macieira via Std-Proposals <
std-proposals_at_[hidden]> wrote:

> On Sunday, 1 December 2019 10:41:00 PST Lyberta via Std-Proposals wrote:
> > connor horman via Std-Proposals:
> > > I am working on a library in C++ that has IO Capabilities, and as part
> of
> > > the library, I define a couple of named requirements that types being
> > > written or read “raw”
> >
> > Obvious note that this makes data non-portable and only useful for
> > inter-process communication on the same ABI.
>
> Since inter-process communication in the same ABI is permitted, why is
> intra-
> process communication forbidden?

I don’t see why it would be, though intra-process you can probably pass
data around using constructs the compiler is aware of.

>
>
> --
> Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
> Software Architect - Intel System Software Products
>
>
>
> --
> Std-Proposals mailing list
> Std-Proposals_at_[hidden]
> https://lists.isocpp.org/mailman/listinfo.cgi/std-proposals
>

Received on 2019-12-02 09:22:17