$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] singleton.hpp, leak
From: Matt Vinson (matt.vinson_at_[hidden])
Date: 2018-03-19 01:48:14
Hello,I am using 64-bit, Windows 7, Visual Studio 2017, 15.5.7 on a MFC project.
Since updating to 1.66, I think I have leaks traced to singleton.hpp. I put a _crtBreakAlloc = Allocation number and it stops near singleton.hpp.Is it possible this class now has leaks?It true, is there a work around?
Any help is appreciated,