$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [Interprocess] Patch: Various standard-conformance fixes
From: Doug Gregor (doug.gregor_at_[hidden])
Date: 2010-04-25 23:07:54
The attached patch contains several fixes to improve the interprocess
library's conformance to the C++ standard. The fixes are:
- Added two missing "template" keywords where the left-hand side of
a member access (with ->) is dependent
- Removed a "mutable" from a reference type in two places
- Removed an extra space from the end of the file name in
INCLUDE_BOOST_CONTAINER_MOVE_HPP
- Doug