On 12.07.2015 15:13, Dennis Glatting wrote:
> 3) I am compiling using -std=c++11 against g++ 4.9, the stock compiler.
> I am using some of c++11's keywords and constructs. I suspect this is
> part of the problem however removing it will require work. I remember
> reading somewhere "c++11 IS NOT supported" but nowhere did it say it
> won't work.
> 
> 4) I am NOT using boost, rather I am using standard data structures
> (e.g., vector<tuple<FOO>>). I am also using high level math, such as
> std::log10() and std::pow(). 

I think Nathan has you covered on the important stuff, but just to
clarify: Using C++11 (and thus dropping Boost) shouldn't be a problem,
but we can't do that inside GNU Radio, because we have a list of minimum
compiler versions we support. So, by "not supported" we mean "you can't
write patches against GNU Radio using C++11". And yeah, that sucks, but
c'est la vie.

M


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to