From: Christian Herdtweck Date: Tue, 24 Jan 2017 09:54:42 +0000 (+0100) Subject: Use new shorten_stl_types in scope tracker X-Git-Tag: v2.9~5^2~1 X-Git-Url: http://developer.intra2net.com/git/?p=libi2ncommon;a=commitdiff_plain;h=124811595806c4f1bbb6711f6e74dd8d255fea4f Use new shorten_stl_types in scope tracker --- diff --git a/src/tracefunc.cpp b/src/tracefunc.cpp index cbdadea..4e6282a 100644 --- a/src/tracefunc.cpp +++ b/src/tracefunc.cpp @@ -33,6 +33,8 @@ on this file might be covered by the GNU General Public License. #include #include +#include + namespace I2n { namespace Tracer @@ -140,7 +142,7 @@ ScopeTracker::ScopeTracker( } else { - ostr << Location.FunctionName; + ostr << shorten_stl_types(Location.FunctionName); if (FuncDepth>0) { ostr << "#" << FuncDepth+1;