$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Ruben Perez (rubenperez038_at_[hidden])
Date: 2024-11-19 20:52:25
On Tue, 19 Nov 2024, 19:46 Nelson, Erik - 2 via Boost, <
boost_at_[hidden]> wrote:
> Ruben Perez wrote on Tuesday, November 19, 2024 1:25 PM
>
> ... snip ...
>
> >In other words, is
> >writing virtual table implementations really something that happens in
> >day to day development? I feel that the answer to this question is no,
> >so I find it surprising that all examples except one are about virtual
> >tables. Take this with perspective, though, as I'm no expert in this
> >topic.
>
> Not C++, but I use virtual tables in Python to expose Numpy memory
> structures so users can query them directly. It's quite handy.
>
> Erik
This is pretty interesting, thanks for sharing. Did you get to write the
virtual table implementation, or is it part of an already existing package?
Regards,
Ruben.