$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] New dependency report
From: Peter Dimov (lists_at_[hidden])
Date: 2014-06-13 13:50:02
Eric Niebler wrote:
> This solution is not radical. It's a matter of grepping the source for
> "::tag" and replacing with uses of mpl::tag.
::tag is part of the documented requirements for an MPL integral constant.
There's probably code outside Boost taking advantage of that.