$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2024-09-16 17:16:06
On Mon, Sep 16, 2024 at 9:06â¯AM Dominique Devienne <ddevienne_at_[hidden]> wrote:
> Hi. How is that related to his Circle compiler?
Safe C++ is a standards proposal which adds extensions to the C++
language for implementing memory safety. Circle is a compiler which
implements the Safe C++ Extensions.
> And does that mean [Circle might finally be available on Windows][1]?
The work required for a complete Safe C++ extensions proposal is
significant. For now the focus of development is on memory safety and
completing the proposal.
> Or Safe C++ and Circle are completely unrelated?
Safe C++ is an open specification of extensions to the C++ language to
enable memory safety, while Circle is a compiler used to perform
research in developing the Safe C++ specification.
Thanks for your interest!