Boost logo

Boost Users :

Subject: Re: [Boost-users] Can BOOST libraries be integrated with c++/CLR .net?
From: Dan Bloomquist (danb_at_[hidden])
Date: 2010-04-19 16:16:45


Joe Pagliarulo wrote:
> Hi, my name is Joe and I am new to the Boost libraries. Here's my
> question:
> Can BOOST libraries be integrated with c++/CLR .net? Does is work with
> clr/.NET?
>
I have just recently used std::map with managed objects:

typedef std::map< CString, gcroot<DataSet^> > MathDataSet;
typedef std::map< CString, gcroot<DataSet^> >::iterator ItMathDataSet;

I don't see a good reason you can't use boost likewise. And as gcroot is
just a handle wrapper, it should be economical.

Best, Dan.


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