$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Ruben Perez (rubenperez038_at_[hidden])
Date: 2024-11-19 08:30:11
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.
Thanks,
Ruben.