
19 Apr
2010
19 Apr
'10
2:16 p.m.
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.