$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] BOOST_PP array extension proposal
From: Antoine Leblanc (crucuny_at_[hidden])
Date: 2015-09-11 19:16:27
On 12 September 2015 at 00:05, Antoine Leblanc <crucuny_at_[hidden]> wrote:
> Meanwhile I've tried the compile-time string
> comparison approach [...]. It already works
I spoke too soon: it relies on constexpr, and I had forgotten that the
test suite also tests with -std=c99. My bad.
-- Antoine