Subject: Re: [boost] Is there interest in a collection of call stack utilities?
From: Aurelian Melinte (ame01_at_[hidden])
Date: 2013-03-04 08:14:17


On 03/03/2013 11:28 PM, Shakti Misra wrote:
> I havent seen the source yet but a quick question. The compiler list says
> visual studio 2012 and gcc 4.7+. Is this library tied to these version? At
> least I would love to have this functionality in a few earlier versions of
> VC and GCC. Clang would be nice too.
>

Yes, the code uses C++11 features, in particular new classes in the STL.
But it should be easy to move it to any earlier compiler version.

Thanks,
Aurelian