$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] Use constexpr with BOOST_STATIC_CONSTANT?
From: Daryle Walker (darylew_at_[hidden])
Date: 2011-12-12 07:32:15
Should BOOST_STATIC_CONSTANT be changed to add the C++11 "constexpr" attribute, if it's defined? I guess we would need a preprocessor flag to check if constexpr is available.