[Log4cplus-devel] [log4cplus:bugs] #328 log4cplus::HierarchyLocker DTor breaks no throw guarantee
Logging Framework for C++
Brought to you by:
wilx
From: Václav H. <wi...@us...> - 2017-01-29 22:40:28
|
This is now fixed on all active branches. --- ** [bugs:#328] log4cplus::HierarchyLocker DTor breaks no throw guarantee** **Status:** open **Group:** v1.2.x **Created:** Wed Mar 30, 2016 08:44 AM UTC by Christian Stolle **Last Updated:** Wed Mar 30, 2016 08:44 AM UTC **Owner:** nobody Release version: log4cplus-1.2.0 Build system: Visual Studio 2015 Project configuration: all target OS and CPU: Windows 7, i7-4790K log4cplus::HierarchyLocker::~HierarchyLocker rethrows catched exceptions (hierarchylocker.cxx, line 73). This may lead under certain circumstances to an unintended std::terminate. In c++11 nothrow is implicitly assumed for destructors. --- Sent from sourceforge.net because log...@li... is subscribed to https://sourceforge.net/p/log4cplus/bugs/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/log4cplus/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |