Boost logo

Boost :

From: Benzinger, Ralph (ralph.benzinger_at_[hidden])
Date: 2004-04-07 07:41:12


Actually, now that I look at the code, should it simply be

< if(((m_match_flags & match_not_null) == 0) && (m_presult->length() == 0))

---
>      if(((m_match_flags & match_not_null) == 0) && (m_result.length() == 0))
just below the original patch?  That _seems_ to work.
Ralph

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk