$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] boost config macro to check C++11 initialization list support
From: Tal Lancaster (tal.lancaster_at_[hidden])
Date: 2017-05-26 13:56:17
Hi,
I am looking for a macro to determine if the compiler has C++11 initialization list support. For example:
std::map <int, int> m { {1, 1}, {5,5} };
Is BOOST_NO_CXX11_HDR_INITIALIZER_LIST, the proper macro to use?
Thanks,
Tal