
14 Sep
2004
14 Sep
'04
8:20 p.m.
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.