$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [msm] new version available
From: Adam Merz (adammerz_at_[hidden])
Date: 2010-04-09 07:35:53
The new package on Vault is missing boost/msm/back/default_compile_policy.hpp.
Everything seems to compile fine once I grabbed it from the sandbox, so I assume
the other files in the package are the proper versions.
Also, I very much dislike that metafunctions.hpp does 'namespace mpl =
boost::mpl;' in global scope. Isn't putting anything in global scope against the
boost guidelines? Even if not, I find it quite inappropriate to inject another
library's namespace into global scope.