Boost logo

Boost Users :

Subject: Re: [Boost-users] Objective-C++ boost integration
From: Igor R (boost.lists_at_[hidden])
Date: 2011-05-28 12:52:43


> I'm wondering if there is any effort either at boost or elsewhere to have a library that integrates the C++ libraries with those of Objective-C++ (or Cocoa, since it seems that most treat the two as synonymous) in a nice way - for example, a smart pointer for Objective-C classes (via something like boost::intrusive_ptr), STL iterators for Objective-C containers, C++ function object integration with Objective-C selectors, etc.

I guess it's just out of Boost's scope, at least for one reason: some
the code required for the above tasks would be written in ObjC, while
Boost is pure c++.


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