$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Patch for using boost-1_69_0 and clang-cl
From: JR Cary (cary_at_[hidden])
Date: 2018-12-22 18:18:28
I found that I had to apply the attached patch to build another project
that uses boost with clang-cl, or else I got an error that complained
about the
non-existence of std::snprintf.
John Cary