Re: [Boost-bugs] [Boost C++ Libraries] #2575: Bug- Boost 1.36.0 on Itanium platform

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #2575: Bug- Boost 1.36.0 on Itanium platform
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-12-20 18:52:55


#2575: Bug- Boost 1.36.0 on Itanium platform
-----------------------------------+----------------------------------------
  Reporter: asonawane@… | Owner: viboes
      Type: Support Requests | Status: assigned
 Milestone: To Be Determined | Component: thread
   Version: Boost 1.36.0 | Severity: Problem
Resolution: | Keywords: interlocked
-----------------------------------+----------------------------------------

Comment (by anonymous):

 I think it's been available on almost all Win32 versions since forever, a
 trivial program with just:

 {{{
 #include <windows.h>
 int main()
 {
    LONG i = 132;

    InterlockedBitTestAndSet(&i, 1);
 }
 }}}

 compiles and links just fine for me on Vista with VC10.

 Are you including windows.h or defining the prototype for
 InterlockedBitTestAndSet yourself?

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/2575#comment:8>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:08 UTC