4 Sep
2003
4 Sep
'03
11:35 a.m.
Peter Dimov wrote:
degaine1966 wrote:
Hi,
I'd like to use shared pointers with CodeWarrior 8.3 in a Carbon application. I have some preprocessing errors, the first one being relative to a thread Macro being undefined:
lightweight_mutex.hpp line 86 # error Unrecognized threading platform
I read in boot/config/plateform/macos.hpp that Boost was thread safe under Carbon but apparently there is no macro to define the usable type of thread...
Boost.Threads has a Mac Carbon port, but unfortunately lightweight_mutex does not, and nobody familiar with Carbon has contributed one.