Permission to merge to master during release
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
On Jul 25, 2014, at 10:01 PM, Glen Fernandes
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”).
Please go ahead.
Glen Fernandes wrote:
(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").
This was already reported during the beta as ticket #10183 but you appear to have missed it; spam filter?
On Sat, Jul 26, 2014 at 2:11 AM, Peter Dimov wrote:
This was already reported during the beta as ticket #10183 but you appear to have missed it; spam filter?
It might be - although GMail has never filtered it before. (Marcel: Thanks for also reporting it - and sorry I missed your ticket two weeks ago.) Glen
participants (4)
-
Glen Fernandes
-
Marcel Raad
-
Marshall Clow
-
Peter Dimov