tech-userlevel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: cannot compile <future> with gcc 4.6



On Tue, Aug 28, 2012 at 12:45:40AM -0400, James K. Lowden wrote:
> On NetBSD 5.0.2 I cannot instantiate the new C++11 "future" class.  The
> header file <future> guards the definition with _GLIBCXX_HAS_GTHREADS,
> and that symbol is not defined.  

It is not defined because we lack a number of timed pthread primitives.
At least one of those (CV) is tricky.

Joerg


Home | Main Index | Thread Index | Old Index