From 93bc3a90bccfaad28795c73fb06e2120264af020 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 26 Apr 2005 20:52:57 +0000 Subject: [PATCH] Disable shared_ptr MT safety on Comeau since it doesn't handle __declspec or __stdcall in strict mode. [SVN r28494] --- v1/como-win32-tools.jam | 1 + 1 file changed, 1 insertion(+) diff --git a/v1/como-win32-tools.jam b/v1/como-win32-tools.jam index 06905bc97..11d2831b9 100644 --- a/v1/como-win32-tools.jam +++ b/v1/como-win32-tools.jam @@ -66,6 +66,7 @@ flags como-win32 CFLAGS off : /Od ; flags como-win32 CFLAGS ; flags como-win32 CFLAGS : -D_WIN32 ; # make sure that we get the Boost Win32 platform config header. +flags como-win32 CFLAGS single : -DBOOST_SP_DISABLE_THREADS ; flags como-win32 CFLAGS multi : -D_MT ; # make sure that our config knows that threading is on. flags como-win32 C++FLAGS ; flags como-win32 DEFINES ;