|
From: Matej S. <mat...@co...> - 2013-02-19 23:27:04
|
I've created a pvCommonCPP [1] that contains an EPICS app that installs subset of boost. Included subset: TR1 with exception of regex, circular_buffer move lockfree test atomic. It contains a simple testApp/testBoost that creates one shared_ptr of unordered_map. There is no need to compile any boost code (well, in one very special case it is, but I leave this for later) - only headers. Fell free to test on different platforms. Matej [1] http://users.cosylab.com/~msekoranja/tmp/pvCommonCPP.tgz |