From 39009f6e5207ba7169ca0d051f28c786bca93d72 Mon Sep 17 00:00:00 2001 From: mat007 Date: Fri, 22 Jun 2012 17:23:06 +0000 Subject: [PATCH] Cleanup git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@472 860be788-9bd5-4423-9f1e-828f051e677b --- turtle/cleanup.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/turtle/cleanup.hpp b/turtle/cleanup.hpp index 9ae01f3..def66dc 100644 --- a/turtle/cleanup.hpp +++ b/turtle/cleanup.hpp @@ -26,6 +26,7 @@ namespace detail { // $$$$ MAT : because of a bug in Boost.Test // this will crash if anything needs to be logged + // see https://svn.boost.org/trac/boost/ticket/5563 //mock::verify(); mock::reset(); }