$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] Permission to merge to master during release
From: Glen Fernandes (glen.fernandes_at_[hidden])
Date: 2014-07-26 01:01:58
The small change: https://github.com/boostorg/smart_ptr/commit/88f0a98d71
Renaming identifier of a member function from "free" to anything that
is not "free" to compensate for _CRTDBG_MAP_ALLOC users in MSVC.
(A colleague at Microsoft reported this to me today; he tried the
1.56.0 beta with MSVC and with _CRTDBG_MAP_ALLOC defined. It doesn't
like a member function named "free").
Glen