$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Why does auto_link.hpp assume that debug versions of STLPort are built with _STLP_DEBUG?
From: Max Motovilov (max_at_[hidden])
Date: 2009-08-05 14:03:05
Subj. Is there a [relatively non-invasive] way to break this dependency?
As far as I can tell, STLPort itself makes no such assumption and
builds in non-_STLP_DEBUG mode by default. I cannot use _STLP_DEBUG mode
for other reasons...
The platform is Windows Mobile 5, Visual Studio 2008 (VC9)
Regards,
...Max...