Boost logo

Boost Users :

Subject: Re: [Boost-users] VxWorks support in boost 1.41
From: Geoff Shapiro (gshapiro_at_[hidden])
Date: 2009-12-19 11:12:06


Steven Watanabe <watanabesj <at> gmail.com> writes:
>
> Would something like this work:
>
> #include <unistd.h>
>
> #ifndef _POSIX_TIMERS
> #define _POSIX_TIMERS 1
> #endif
>
> #ifndef _POSIX_THREADS
> #define _POSIX_THREADS 1
> #endif

Hi Steve - yes, this would work fine for my situation. It is one of the
possibilities I had considered, but before I went ahead with it I was curious as
to what the more experienced boost community would consider the "right" way to
apply a fix for this.

I'll make the changes for my builds as shown but I would think that this needs
to be on the boost bug lists. I'll look into submitting one...

Thanks for your reply,
Geoff Shapiro


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net