$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Klemens Morgenstern (klemensdavidmorgenstern_at_[hidden])
Date: 2024-11-19 08:37:11
On Tue, Nov 19, 2024 at 4:30â¯PM Ruben Perez <rubenperez038_at_[hidden]> wrote:
> What's the best way to specify a nullable field in the static
> interface? std::optional<T> and boost::optional<T> don't seem to work,
> nor does having a sqlite::field member.
>
sqltie:;value would work. I should add optional support though.
>
> Thanks,
> Ruben.
>