$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [config] macro for portable restrict and restrict references
From: Joel FALCOU (joel.falcou_at_[hidden])
Date: 2015-11-04 10:53:16
I pushed a PR that adds the macro BOOST_RESTRICT to take place of the
compielr specific __restrcict/__restrict__ keyword. It also comes with
an indicator if said keyword can be applied to references.
https://github.com/boostorg/config/pull/81
Comments welcome.