Boost logo

Boost Users :

From: Alfonso Urdaneta (aurdaneta_at_[hidden])
Date: 2008-06-13 14:30:17


Tomek Jerzykowski wrote:
> Hello!
>
> I'm having a problem with using Boost 1.35 on Visual C++ 2003 SP1. Take a
> look at the following very simple program:
>
> ------------------------------------
> #include "stdafx.h"
> #include <boost/interprocess/sync/interprocess_upgradable_mutex.hpp>
> int _tmain(int argc, _TCHAR* argv[]) {
> int i = 0;
> unsigned int j = 2;
> j < i;
> return 0;
> }
> ------------------------------------
>
> It does nothing, just emits a compiler warning. Unfortunately, this warning
> is followed by lots of meaningless messages related to the included Boost
> header:

I'm guessing you are using a /clr application? There are quite a few
emails in the archives of this list w.r.t incompatibility of /clr and
the boost threaded stuff, but I have yet to find any working solutions.

-- 
alfonso e. urdaneta
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
This e-mail and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom
they are addressed.
If you have received this e-mail in error please notify the
originator of the message. This footer also confirms that this
e-mail message has been scanned for the presence of computer viruses.
Any views expressed in this message are those of the individual
sender, except where the sender specifies and with authority,
states them to be the views of Indra Systems, Inc.

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