$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [modularization] mpl -> utility dependency
From: Vicente J. Botet Escriba (vicente.botet_at_[hidden])
Date: 2014-06-08 13:51:12
The dependency mpl -> utility
|<boost/utility/value_init.hpp>|
from |<boost/mpl/for_each.hpp>|||
|is there just for this line
|
// dwa 2002/9/10 -- make sure not to invoke undefined behavior
// when we pass arg.
value_initialized<arg> x;
Do we really need to use this value_initialized class to ensure
initialization with current compilers?
Vicente