Re: [Boost-bugs] [Boost C++ Libraries] #1069: _InterlockedExchange, _InterlockedExchangeAdd have wrong signature

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #1069: _InterlockedExchange, _InterlockedExchangeAdd have wrong signature
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-07-10 00:00:48


#1069: _InterlockedExchange, _InterlockedExchangeAdd have wrong signature
-----------------------------------------------------+----------------------
  Reporter: Braden McDaniel <braden_at_[hidden]> | Owner: pdimov
      Type: Bugs | Status: assigned
 Milestone: To Be Determined | Component: smart_ptr
   Version: release 1.34.0 | Severity: Problem
Resolution: | Keywords:
-----------------------------------------------------+----------------------
Changes (by pdimov):

  * owner: => pdimov
  * status: new => assigned
  * component: Building Boost => smart_ptr
  * severity: Showstopper => Problem

Comment:

 On which compiler are you seeing this behavior? The actual declaration in
 <windows.h> is as follows:

 WINBASEAPI
 LONG
 WINAPI
 InterlockedExchange(
     IN OUT LONG volatile *Target,
     IN LONG Value
     );

 with the volatile correctly applied to *Target.

--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1069#comment:2>
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:49:56 UTC