$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Guan Bin (gb0519_at_[hidden])
Date: 2004-09-14 21:20:13
Thanks for the clue you provide.
My project linked the stlport library somedays ago. So STLP_DEBUG is
defined.
When I remove the stlport library from my project. I forget removing the
symbol. :-(
Undefine it, everything is ok.
Thanks.
-- > Those symbols are only defined (and only used) when > BOOST_REGEX_NON_RECURSIVE is defined, so I'm assuming that you defined that > symbol for your application's debug build, but didn't do so when building > the library. > > John. >