$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [Config] Meaning of BOOST_NO_CXX11_HDR_INITIALIZER_LIST
From: Michel Morin (mimomorin_at_[hidden])
Date: 2012-03-07 11:36:53
I noticed that BOOST_NO_INITIALIZER_LISTS was replaced by
BOOST_NO_CXX11_HDR_INITIALIZER_LIST recently.
I have a question related to this change:
Does BOOST_NO_CXX11_HDR_INITIALIZER_LIST imply that initializer lists
are supported by the compiler? (I guess that the compiler support is checked
in a compiler config and the existence of <initializer_list> is checked in a
std lib config.)
If so, shouldn't the documentation be updated?
Regards,
Michel