23 May
2006
23 May
'06
4:22 p.m.
MARobertson@dstsystems.com wrote:
I was just wondering if anyone out there has tried using any of the Boost libraies on IBM's iSeries platforms. Its one of the platforms that I have to support. I'd like to use a few of the Boost libraries, but am not sure how to proceed. My main concern is the libraries that require a binary( like Boost.Regex ). The header only libraries that I'm interested in, I've been able to use( so far at least ).
I haven't had any feedback on using regex on the iSeries: however the lib is "just a bunch a sources", so you can build it any way you want. The obvious thing to do is to run the test programs (the important one is in libs/regex/test/regress) and make sure those run OK before proceeding. John.