
9 Apr
2010
9 Apr
'10
11:35 a.m.
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.