6 Aug
2003
6 Aug
'03
12:33 p.m.
--- 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