$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [Spirit Karma] Mutable references formed by pass_container in Karma "repeat" tests
From: Doug Gregor (doug.gregor_at_[hidden])
Date: 2011-05-04 14:29:02
There are a few Karma failures using the latest Clang due to the
pass_container detail class forming mutable references:
I know that at least some compilers (e.g., GCC) don't diagnose mutable
references, but this code is ill-formed account to the standard.
Someone want to take a shot at eliminating or factoring out the
mutability to avoid these mutable references?
- Doug