boost and vxWorks?
Does anybody use boost libraries under Vxworks? I'm especially interested in pool and threads libraries. Thankin advance -- Alexander Nasonov Remove minus and all between minus and at from my e-mail for timely response
--- In Boost-Users@yahoogroups.com, Alexander Nasonov
Does anybody use boost libraries under Vxworks? I'm especially interested in pool and threads libraries. Thankin advance
We are using any, regex, shared_ptr, crc, and starting to use the date/time stuff a little. We already had our own Thread related classes with different back ends for VxWorks and Win32 so we stuck with those. Now that VxWorks supports POSIX a lot better, we can actually use the "out of the can" shared_ptr that uses pthread mutexes, etc. BN
participants (2)
-
Alexander Nasonov
-
Brian Neal