$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [config] C++17 macros wanted
From: Tal Lancaster (tal.lancaster_at_[hidden])
Date: 2017-05-26 18:11:17
I have been adding C++17 features to date_time. There are two config macros, I would like to have:
Test for C++17âs constexpr inline feature. Maybe call it something like: BOOST_NO_CXX17_CONSTEXPR_INLINE
Test for C++17âs structured binding feature. Maybe call it something like: BOOST_NO_CXX17_STRUCT_BIND