$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2024-12-10 20:27:58
Christopher Kormanyos wrote:
> But here comes the fun part. When I studied the implementation it seemed
> highly portable.
> So I put it onto several embedded bare-metal systems. The code compiled and
> ran on 32-bit microcontrollers and even ran on an 8-bit controller. Rarely do
> we find such portability and quality in Boost-proposed libraries, or anywhere
> for that matter. Kudos on a job well done!
Thanks Christopher. :-)
> What I'd like to see short-term:
> * Handle enhanced compiler warnings.
Would you please go into more detail here? We currently test with -Wall -Wextra.