Re: [Boost-bugs] [Boost C++ Libraries] #5521: build error in scoped_connection(MacOS)

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5521: build error in scoped_connection(MacOS)
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-06-01 16:27:43


#5521: build error in scoped_connection(MacOS)
--------------------------------------+-------------------------------------
  Reporter: gchevallereau@… | Owner: marshall
      Type: Bugs | Status: assigned
 Milestone: To Be Determined | Component: signals
   Version: Boost 1.46.1 | Severity: Problem
Resolution: | Keywords:
--------------------------------------+-------------------------------------
Changes (by marshall):

  * owner: dgregor => marshall
  * status: new => assigned

Comment:

 Here's my test program:

 {{{
 #include <boost/signals/connection.hpp>

 int main ( int argc, char *argv [] ) {
         boost::signals::scoped_connection c1, c2;

         std::swap ( c1, c2 );
         return 0;
         }
 }}}

 This compiles, links and runs (Mac OS X 10.6.7, gcc 4.2.1).
 Do you have an simple program that fails?

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/5521#comment:1>
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:06 UTC